ArcObjects Library Reference (GeoDatabaseDistributed)  

IModifiedClassInfo.ParentDatabase Property

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

Product Availability

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

Remarks

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.

See Also

IModifiedClassInfo Interface