ColumnInformation Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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);
new Microsoft.SqlServer.Dts.Pipeline.ColumnInformation : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType -> Microsoft.SqlServer.Dts.Pipeline.ColumnInformation
Public Sub New (name As String, type As DataType)
Параметры
- name
- String
- type
- DataType
Применяется к
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);
new Microsoft.SqlServer.Dts.Pipeline.ColumnInformation : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int -> Microsoft.SqlServer.Dts.Pipeline.ColumnInformation
Public Sub New (name As String, type As DataType, length As Integer)
Параметры
- name
- String
- type
- DataType
- length
- Int32
Применяется к
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);
new Microsoft.SqlServer.Dts.Pipeline.ColumnInformation : string * Microsoft.SqlServer.Dts.Runtime.Wrapper.DataType * int * int * int * int -> Microsoft.SqlServer.Dts.Pipeline.ColumnInformation
Public Sub New (name As String, type As DataType, length As Integer, precision As Integer, scale As Integer, codepage As Integer)
Параметры
- name
- String
- type
- DataType
- length
- Int32
- precision
- Int32
- scale
- Int32
- codepage
- Int32