Свойство Length
Gets the length of a column.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)
Синтаксис
'Декларация
ReadOnly Property Length As Integer
Get
'Применение
Dim instance As IDTSInputColumn100
Dim value As Integer
value = instance.Length
int Length { get; }
property int Length {
int get ();
}
abstract Length : int
function get Length () : int
Значение свойства
Тип System. . :: . .Int32
An Integer that contains the length of the column.