This document is archived and information here might be outdated. Recommended version. |
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(
IUnknown Pointer* Container
);
[C++] Parameters Container [out, retval]
Container is a parameter of type IUnknown*
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.