This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > ID > IDeltaDataChanges Interface > IDeltaDataChanges.Container Property (ArcObjects .NET 10.5 SDK) |
The container, which can be a workspace or an XML document, in which the delta changes are stored.
[Visual Basic .NET] Public ReadOnly Property Container As Object
[C#] public object Container {get;}
[C++]
HRESULT get_Container(
LPUNKNOWN* Container
);
[C++]
Parameters Container [out, retval] Container is a parameter of type LPUNKNOWN
This interface has a single property called container. It returns a personal geodatabase workspace for delta databases, a file geodatabase workspace for delta file geodatabases, or a reference to the XML file for XML delta files.