RegisteredSubscriber.Type Property

Definition

Gets or sets the type of Subscriber.

public:
 property Microsoft::SqlServer::Replication::SubscriberType Type { Microsoft::SqlServer::Replication::SubscriberType get(); void set(Microsoft::SqlServer::Replication::SubscriberType value); };
public Microsoft.SqlServer.Replication.SubscriberType Type { get; set; }
member this.Type : Microsoft.SqlServer.Replication.SubscriberType with get, set
Public Property Type As SubscriberType

Property Value

A SubscriberType value that specifies the type of Subscriber.

Remarks

In Microsoft SQL Server 2005, it is no longer required to explicitly register a Subscriber at the Publisher. This property is provided for backward compatibility with previous versions of SQL Server.

Applies to