この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
Gets the number of rows in the database.
名前空間: Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ: Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
構文
'宣言
Public ReadOnly Property NumOfRows As Integer
Get
'使用
Dim instance As TempDBResultSet
Dim value As Integer
value = instance.NumOfRows
public int NumOfRows { get; }
public:
property int NumOfRows {
int get ();
}
member NumOfRows : int
function get NumOfRows () : int
プロパティ値
型: System.Int32
The number of rows in the database.