Delen via


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
Public property ColumnDelimiter Infrastructure. For more information, see FlatFileColumn.
Public property ColumnType Infrastructure. For more information, see FlatFileColumn.
Public property ColumnWidth Infrastructure. For more information, see FlatFileColumn.
Public property DataPrecision Infrastructure. For more information, see FlatFileColumn.
Public property DataScale Infrastructure. For more information, see FlatFileColumn.
Public property DataType Infrastructure. For more information, see FlatFileColumn.
Public property MaximumWidth Infrastructure. For more information, see FlatFileColumn.
Public property TextQualified Infrastructure. For more information, see FlatFileColumn.

Top