IDTSInputColumn100.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.

주의

The Length property is required for the following data types.

  • DT_WSTR

  • DT_BYTES

  • DT_STR

  • DT_TEXT

For all other data types, Length is zero.

참고 항목

참조

IDTSInputColumn100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스