Partilhar via


Propriedade ISqlLinkedServer.IsDistributor

Obtém ou define um valor que modela "dist" opção para sp_serveroption.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property IsDistributor As Boolean
    Get
    Set
bool IsDistributor { get; set; }
property bool IsDistributor {
    bool get ();
    void set (bool value);
}
abstract IsDistributor : bool with get, set
function get IsDistributor () : boolean
function set IsDistributor (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISqlLinkedServer Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel