Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Boolean property value that specifies whether the linked server is a replication Subscriber.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Subscriber As Boolean
Get
Set
'Usage
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)
Property Value
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).
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace