共用方式為


TransSynchronizationAgent.UndeliveredCommands 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets the number of undelivered commands.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Replication (在 Microsoft.SqlServer.Replication.dll 中)

語法

'宣告
Public Overridable ReadOnly Property UndeliveredCommands As Integer 
    Get
'用途
Dim instance As TransSynchronizationAgent 
Dim value As Integer 

value = instance.UndeliveredCommands
public virtual int UndeliveredCommands { get; }
public:
virtual property int UndeliveredCommands {
    int get ();
}
abstract UndeliveredCommands : int 
override UndeliveredCommands : int
function get UndeliveredCommands () : int

屬性值

型別:System.Int32
The number of undelivered commands.

實作

ITransSynchronizationAgent.UndeliveredCommands

請參閱

參考

TransSynchronizationAgent 類別

Microsoft.SqlServer.Replication 命名空間