This document is archived and information here might be outdated. Recommended version. |
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*
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.