다음을 통해 공유


Length 속성

Gets the length of the contents of the column.

이 API는 CLS 규격이 아닙니다. 

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)

구문

‘선언
<CLSCompliantAttribute(False)> _
Public ReadOnly Property Length As UInteger
    Get
‘사용 방법
Dim instance As BlobColumn
Dim value As UInteger

value = instance.Length
[CLSCompliantAttribute(false)]
public uint Length { get; }
[CLSCompliantAttribute(false)]
public:
property unsigned int Length {
    unsigned int get ();
}
[<CLSCompliantAttribute(false)>]
member Length : uint32
function get Length () : uint

속성 값

유형: System. . :: . .UInt32
The length of the contents of the column.