次の方法で共有


ITransSynchronizationAgent.UndeliveredTransactions プロパティ

Gets the number of undelivered transactions for the agent.

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

構文

'宣言
ReadOnly Property UndeliveredTransactions As Integer 
    Get
'使用
Dim instance As ITransSynchronizationAgent 
Dim value As Integer 

value = instance.UndeliveredTransactions
int UndeliveredTransactions { get; }
property int UndeliveredTransactions {
    int get ();
}
abstract UndeliveredTransactions : int
function get UndeliveredTransactions () : int

プロパティ値

型: System.Int32
The number of undelivered transactions for the agent.

関連項目

参照

ITransSynchronizationAgent インターフェイス

Microsoft.SqlServer.Replication 名前空間