Subscriber Propiedad
Gets or sets the Boolean property value that specifies whether the linked server is a replication Subscriber.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public Property Subscriber As Boolean
Get
Set
'Uso
Dim instance As LinkedServer
Dim value As Boolean
value = instance.Subscriber
instance.Subscriber = value
[SfcPropertyAttribute]
public bool Subscriber { get; set; }
[SfcPropertyAttribute]
public:
property bool Subscriber {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute>]
member Subscriber : bool with get, set
function get Subscriber () : boolean
function set Subscriber (value : boolean)
Valor de la propiedad
Tipo: 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).
Vea también