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.