This document is archived and information here might be outdated.  Recommended version.


IDataChanges.ParentWorkspaceName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > ID > IDataChanges Interface > IDataChanges.ParentWorkspaceName Property
ArcGIS Developer Help

IDataChanges.ParentWorkspaceName Property

Workspace of the master geodatabase.

[Visual Basic .NET]
Public ReadOnly Property ParentWorkspaceName As IWorkspaceName
[C#]
public IWorkspaceName ParentWorkspaceName {get;}
[C++]
HRESULT get_ParentWorkspaceName(
  IWorkspaceName** ParentWorkspaceName
);
[C++]
Parameters
ParentWorkspaceName [out, retval]

ParentWorkspaceName is a parameter of type IWorkspaceName**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The ParentWorkspaceName property returns the workspace name of the parent geodatabase. This property is only valid for CheckoutDataChanges coclasses, DeltaDataChanges coclasses, and ReplicationDataChanges initialized using delta databases (mdb file) or delta file geodatabases (gdb file). A delta XML file does not store this information.

See Also

IDataChanges Interface

.NET Samples

Extending the replication synchronization process