Provides access to members for compressing data to SDC.
Members
| Name | Description | |
|---|---|---|
![]()  | 
Export | Creates a SDC dataset from the input cursor. | 
ISdcExporter.Export Method
Creates a SDC dataset from the input cursor.
Public Function Export ( _
    ByVal cursor As ICursor, _
    ByVal outputRootname As String, _
    ByRef Key As Guid&, _
    ByVal trackCancel As ITrackCancel _
) As IDataset
public IDataset Export (
    ICursor cursor,
    string outputRootname,
    ref Guid& Key,
    ref ITrackCancel trackCancel
);
Classes that implement ISdcExporter
| Classes | Description | 
|---|---|
| SdcExporter | Helper object for exporting data to SDC. | 
