Sdílet prostřednictvím


ISqlLinkedServer.IsPublisher – vlastnost

Získá nebo nastaví hodnotu, která modely "pub" 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 IsPublisher As Boolean
    Get
    Set
bool IsPublisher { get; set; }
property bool IsPublisher {
    bool get ();
    void set (bool value);
}
abstract IsPublisher : bool with get, set
function get IsPublisher () : boolean
function set IsPublisher (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ů