Свойство Subscriber
Gets or sets the Boolean property value that specifies whether the linked server is a replication Subscriber.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Subscriber As Boolean
Get
Set
'Применение
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)
Значение свойства
Тип: 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).
См. также