Set parent dbase for the GPReplicaDataset.
[Visual Basic .NET] Public Property ParentDatabase As String
[C#] public string ParentDatabase {get; set;}
[C++]
HRESULT get_ParentDatabase(
BSTR* ParentDBase
);
[C++]
HRESULT put_ParentDatabase(
BSTR ParentDBase
);
[C++]Parameters
ParentDBase [out, retval] ParentDBase is a parameter of type BSTR ParentDBase [in] ParentDBase is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.