Sdílet prostřednictvím


ISqlLinkedServer.IsSubscriber – vlastnost

Získá nebo nastaví hodnotu, která modely "předplatitelem" možnost sp_serveroption.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
Property IsSubscriber As Boolean
    Get
    Set
bool IsSubscriber { get; set; }
property bool IsSubscriber {
    bool get ();
    void set (bool value);
}
abstract IsSubscriber : bool with get, set
function get IsSubscriber () : boolean
function set IsSubscriber (value : boolean)

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlLinkedServer Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů