Compartir a través de


ISqlLinkedServer.IsSubscriber (Propiedad)

Obtiene o establece un valor que modela la opción "suscriptor" para sp_serveroption.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISqlLinkedServer Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)