ArcObjects Library Reference (GeoDatabase)  

IReplicaDataset.ParentDatabase Property

The name of the master geodatabase the dataset was checked out from.

[Visual Basic .NET]
Public ReadOnly Property ParentDatabase As String
[C#]
public string ParentDatabase {get;}
[C++]
HRESULT get_ParentDatabase(
  BSTR* dsParentDatabase
);
[C++]

Parameters

dsParentDatabase [out, retval]   dsParentDatabase is a parameter of type BSTR

Product Availability

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

See Also

IReplicaDataset Interface