次の方法で共有


PipelineBuffer.RowSize プロパティ

この API は、CLS に準拠していません。 

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

構文

'宣言
<CLSCompliantAttribute(False)> _
Public ReadOnly Property RowSize As ULong 
    Get
'使用
Dim instance As PipelineBuffer 
Dim value As ULong 

value = instance.RowSize
[CLSCompliantAttribute(false)]
public ulong RowSize { get; }
[CLSCompliantAttribute(false)]
public:
property unsigned long long RowSize {
    unsigned long long get ();
}
[<CLSCompliantAttribute(false)>]
member RowSize : uint64
function get RowSize () : ulong

プロパティ値

型: System.UInt64

関連項目

参照

PipelineBuffer クラス

Microsoft.SqlServer.Dts.Pipeline 名前空間