PipelineBuffer.RowCount Property
PipelineBuffer オブジェクトの行数を取得します。
名前空間: Microsoft.SqlServer.Dts.Pipeline
アセンブリ: Microsoft.SqlServer.PipelineHost (microsoft.sqlserver.pipelinehost.dll 内)
構文
'宣言
Public ReadOnly Property RowCount As Integer
public int RowCount { get; }
public:
property int RowCount {
int get ();
}
/** @property */
public int get_RowCount ()
public function get RowCount () : int
プロパティ値
PipelineBuffer 内の行数です。
解説
RowCount プロパティには、PipelineBuffer オブジェクトの行数が含まれます。
OutputPipelineBuffer オブジェクトの場合、RowCount は常に 0 です。
スレッド セーフ
この型の public static (Microsoft Visual Basic では共有 ) メンバは、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。
プラットフォーム
開発プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
対象プラットフォーム
サポートされているプラットフォームの一覧については、「SQL Server 2005 のインストールに必要なハードウェアおよびソフトウェア」を参照してください。
参照
関連項目
PipelineBuffer Class
PipelineBuffer Members
Microsoft.SqlServer.Dts.Pipeline Namespace