ColumnInformation Construtores

Definição

Sobrecargas

ColumnInformation(String, DataType)
ColumnInformation(String, DataType, Int32)
ColumnInformation(String, DataType, Int32, Int32, Int32, Int32)

ColumnInformation(String, DataType)

public:
 ColumnInformation(System::String ^ name, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType type);
public ColumnInformation (string name, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType type);
Public Sub New (name As String, type As DataType)

Parâmetros

name
String
type
DataType

Aplica-se a

ColumnInformation(String, DataType, Int32)

public:
 ColumnInformation(System::String ^ name, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType type, int length);
public ColumnInformation (string name, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType type, int length);
Public Sub New (name As String, type As DataType, length As Integer)

Parâmetros

name
String
type
DataType
length
Int32

Aplica-se a

ColumnInformation(String, DataType, Int32, Int32, Int32, Int32)

public:
 ColumnInformation(System::String ^ name, Microsoft::SqlServer::Dts::Runtime::Wrapper::DataType type, int length, int precision, int scale, int codepage);
public ColumnInformation (string name, Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType type, int length, int precision, int scale, int codepage);
Public Sub New (name As String, type As DataType, length As Integer, precision As Integer, scale As Integer, codepage As Integer)

Parâmetros

name
String
type
DataType
length
Int32
precision
Int32
scale
Int32
codepage
Int32

Aplica-se a