This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplicaDataset2 Interface > IGPReplicaDataset2.ParentDatabase Property (ArcObjects .NET 10.4 SDK) |
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