共用方式為


UndeliveredCommands 屬性

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

命名空間:  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

實作

ITransSynchronizationAgent. . :: . .UndeliveredCommands