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.