Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a DTS data file creator interface.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
<GuidAttribute("74CAED5F-4711-426D-8AA8-004D13C24CEB")> _
Public Interface IDTSDataFileCreator100
'Usage
Dim instance As IDTSDataFileCreator100
[GuidAttribute("74CAED5F-4711-426D-8AA8-004D13C24CEB")]
public interface IDTSDataFileCreator100
[GuidAttribute(L"74CAED5F-4711-426D-8AA8-004D13C24CEB")]
public interface class IDTSDataFileCreator100
[<GuidAttribute("74CAED5F-4711-426D-8AA8-004D13C24CEB")>]
type IDTSDataFileCreator100 = interface end
public interface IDTSDataFileCreator100
The IDTSDataFileCreator100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CreateDataFile | Creates data file in the current instance. |
Top