Поделиться через


Свойство IDTSVirtualInputColumn100.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 IDTSVirtualInputColumn100 
Dim value As Integer 

value = instance.Length
int Length { get; }
property int Length {
    int get ();
}
abstract Length : int
function get Length () : int

Значение свойства

Тип: System.Int32
The length of the column.

Замечания

Modifications to this property are not persisted in the upstream column or in the virtual column. When new input columns are created from a virtual column, the length property of the new column matches this value.

The Length property is set for the following data types.

  • DT_WSTR

  • DT_BYTES

  • DT_STR

  • DT_TEXT

  • For all other data types, Length is zero.

См. также

Справочник

IDTSVirtualInputColumn100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper