TempDBResultSet.NumOfRows 屬性
此 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.