次の方法で共有


PipelineBuffer.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 オブジェクトの行数が含まれます。

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

関連項目

参照

PipelineBuffer クラス

Microsoft.SqlServer.Dts.Pipeline 名前空間