PublicationMonitor.Type Property

Definition

Gets the type of replication in which the publication participates.

public:
 property Microsoft::SqlServer::Replication::PublicationType Type { Microsoft::SqlServer::Replication::PublicationType get(); };
public Microsoft.SqlServer.Replication.PublicationType Type { get; }
member this.Type : Microsoft.SqlServer.Replication.PublicationType
Public ReadOnly Property Type As PublicationType

Property Value

A PublicationType value.

Remarks

The Type 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.

Applies to