ArcObjects Library Reference (GeoDatabaseDistributed)  

IDeltaDataChanges.Container Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

See Also

IDeltaDataChanges Interface