Share via


Propriété Subscriber

Gets or sets the Boolean property value that specifies whether the linked server is a replication Subscriber.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Subscriber As Boolean
    Get
    Set
'Utilisation
Dim instance As LinkedServer
Dim value As Boolean

value = instance.Subscriber

instance.Subscriber = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool Subscriber { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool Subscriber {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Subscriber : bool with get, set
function get Subscriber () : boolean
function set Subscriber (value : boolean)

Valeur de propriété

Type : System. . :: . .Boolean
A Boolean value that specifies whether the linked server is a Subscriber.
If True, the linked server is a Subscriber. Otherwise, False (default).