共用方式為


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

請參閱

參考

BlobColumn 類別

Microsoft.SqlServer.Dts.Pipeline 命名空間