Metoda ReplicationMonitor.StatusOf
Zwraca ogólny stan agenci replikacja na dystrybutora monitorowane przez agenta typu.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Rmo (w Microsoft.SqlServer.Rmo.dll)
Składnia
'Deklaracja
Public Function StatusOf ( _
agentType As AgentType _
) As ReplicationStatus
'Użycie
Dim instance As ReplicationMonitor
Dim agentType As AgentType
Dim returnValue As ReplicationStatus
returnValue = instance.StatusOf(agentType)
public ReplicationStatus StatusOf(
AgentType agentType
)
public:
ReplicationStatus StatusOf(
AgentType agentType
)
member StatusOf :
agentType:AgentType -> ReplicationStatus
public function StatusOf(
agentType : AgentType
) : ReplicationStatus
Parametry
- agentType
Typ: Microsoft.SqlServer.Replication.AgentType
AgentType Wartość, która określa typ agenta.
Wartość zwracana
Typ: Microsoft.SqlServer.Replication.ReplicationStatus
A ReplicationStatus obiektu.
Uwagi
Najwyższy stanu dla czynnika określonej przez AgentType jest zwracany.
StatusOf metoda mogą być pobierane tylko przez członków sysadmin stała rola serwera u dystrybutora lub przez członków db_owner lub replmonitor ról stałej bazy danych do baza danych dystrybucji.
StatusOf Metoda jest dostępna z SQL Server 2000 i SQL Server 2005.
This namespace, class, or member is supported only in version 2.0 of the .NETFramework.