This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IM > IModifiedClassInfo Interface > IModifiedClassInfo.ParentDatabase Property (ArcObjects .NET 10.4 SDK) |
Name of the database where the checked out feature class or table is stored in the master database.
[Visual Basic .NET] Public ReadOnly Property ParentDatabase As String
[C#] public string ParentDatabase {get;}
[C++]
HRESULT get_ParentDatabase(
BSTR* ParentDatabase
);
[C++]
Parameters ParentDatabase [out, retval] ParentDatabase is a parameter of type BSTR
Returns the string name of the database of the parent database.
This property returns an empty string if the parent replica geodatabase is an Oracle database.