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


IModifiedClassInfo.ParentDatabase Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IM > IModifiedClassInfo Interface > IModifiedClassInfo.ParentDatabase Property
ArcGIS Developer Help

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(
  System.String* 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