次の方法で共有


Length プロパティ

IDTSBLOBObject100 に格納されるバイト数を取得します。

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
ReadOnly Property Length As Integer
    Get
'使用
Dim instance As IDTSBLOBObject100
Dim value As Integer

value = instance.Length
int Length { get; }
property int Length {
    int get ();
}
abstract Length : int
function get Length () : int

プロパティ値

型: System. . :: . .Int32
バイナリ ラージ オブジェクト (BLOB) に格納されるバイト数を指定する Integer です。