IDTSConnectionManagerFlatFileColumn100 Interface
This API supports the 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("C14E2299-E86F-43C6-8917-8D4CFDEE3316")> _
Public Interface IDTSConnectionManagerFlatFileColumn100
'Usage
Dim instance As IDTSConnectionManagerFlatFileColumn100
[GuidAttribute("C14E2299-E86F-43C6-8917-8D4CFDEE3316")]
public interface IDTSConnectionManagerFlatFileColumn100
[GuidAttribute(L"C14E2299-E86F-43C6-8917-8D4CFDEE3316")]
public interface class IDTSConnectionManagerFlatFileColumn100
[<GuidAttribute("C14E2299-E86F-43C6-8917-8D4CFDEE3316")>]
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