ArcObjects Library Reference (GeoDatabaseDistributed)  

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 (Code Files: RasterSyncWorkspaceExtension)