PublicationMonitor.StatusAndWarning Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the status and warnings of the referenced publication on the Distributor, including all of the agents associated for the publication.
public:
property Microsoft::SqlServer::Replication::ReplicationStatusAndWarning ^ StatusAndWarning { Microsoft::SqlServer::Replication::ReplicationStatusAndWarning ^ get(); };
public Microsoft.SqlServer.Replication.ReplicationStatusAndWarning StatusAndWarning { get; }
member this.StatusAndWarning : Microsoft.SqlServer.Replication.ReplicationStatusAndWarning
Public ReadOnly Property StatusAndWarning As ReplicationStatusAndWarning
Property Value
A ReplicationStatusAndWarning object value that specifies the status and warnings of the publication and associated agents on the Distributor.
Remarks
The StatusAndWarning property can only be retrieved by members of the sysadmin fixed server role at the Distributor or by members of the db_owner or replmonitor fixed database roles on the distribution database.