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).