Свойство SubscriberSubscription.LastAgentStatus
Gets or sets status information from last run of the synchronization agent.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)
Синтаксис
'Декларация
Public Property LastAgentStatus As ReplicationStatus
Get
Set
'Применение
Dim instance As SubscriberSubscription
Dim value As ReplicationStatus
value = instance.LastAgentStatus
instance.LastAgentStatus = value
public ReplicationStatus LastAgentStatus { get; set; }
public:
property ReplicationStatus LastAgentStatus {
ReplicationStatus get ();
void set (ReplicationStatus value);
}
member LastAgentStatus : ReplicationStatus with get, set
function get LastAgentStatus () : ReplicationStatus
function set LastAgentStatus (value : ReplicationStatus)
Значение свойства
Тип: Microsoft.SqlServer.Replication.ReplicationStatus
A ReplicationStatus object.
Замечания
This property can be accessed by any user.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.