次の方法で共有


RowCount プロパティ

PipelineBuffer オブジェクトの行数を取得します。

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

構文

'宣言
Public ReadOnly Property RowCount As Integer
    Get
'使用
Dim instance As PipelineBuffer
Dim value As Integer

value = instance.RowCount
public int RowCount { get; }
public:
property int RowCount {
    int get ();
}
member RowCount : int
function get RowCount () : int

プロパティ値

型: System. . :: . .Int32
PipelineBuffer 内の行数です。

説明

RowCount プロパティには、PipelineBuffer オブジェクトの行数が含まれます。

OutputPipelineBuffer オブジェクトの場合、RowCount は常に 0 です。