IDTSConnectionManagerFlatFileColumn100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
For more information, see FlatFileColumn.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("8A2A37BA-91DA-4AAC-9F19-73FAA6C9798A")> _
Public Interface IDTSConnectionManagerFlatFileColumn100
'Usage
Dim instance As IDTSConnectionManagerFlatFileColumn100
[GuidAttribute("8A2A37BA-91DA-4AAC-9F19-73FAA6C9798A")]
public interface IDTSConnectionManagerFlatFileColumn100
[GuidAttribute(L"8A2A37BA-91DA-4AAC-9F19-73FAA6C9798A")]
public interface class IDTSConnectionManagerFlatFileColumn100
[<GuidAttribute("8A2A37BA-91DA-4AAC-9F19-73FAA6C9798A")>]
type IDTSConnectionManagerFlatFileColumn100 = interface end
public interface IDTSConnectionManagerFlatFileColumn100
The IDTSConnectionManagerFlatFileColumn100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
ColumnDelimiter | Infrastructure. For more information, see FlatFileColumn. | |
ColumnType | Infrastructure. For more information, see FlatFileColumn. | |
ColumnWidth | Infrastructure. For more information, see FlatFileColumn. | |
DataPrecision | Infrastructure. For more information, see FlatFileColumn. | |
DataScale | Infrastructure. For more information, see FlatFileColumn. | |
DataType | Infrastructure. For more information, see FlatFileColumn. | |
MaximumWidth | Infrastructure. For more information, see FlatFileColumn. | |
TextQualified | Infrastructure. For more information, see FlatFileColumn. |
Top