다음을 통해 공유


Length 속성

Gets the length of the contents of the column.

이 API는 CLS와 호환되지 않습니다. 

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

구문

‘선언
<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.