Propriedade UndeliveredCommands
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)
Sintaxe
'Declaração
Public Overridable ReadOnly Property UndeliveredCommands As Integer
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Int32
Implementa
Consulte também