Поделиться через


ISqlLinkedServer.IsSubscriber - свойство

Получает или задает значение, моделирующее параметр subscriber для sp_serveroption.

Пространство имен:  Microsoft.Data.Schema.Sql.SchemaModel
Сборка:  Microsoft.Data.Schema.Sql (в Microsoft.Data.Schema.Sql.dll)

Синтаксис

'Декларация
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)

Значение свойства

Тип: System.Boolean

Безопасность платформы .NET Framework

См. также

Ссылки

ISqlLinkedServer Интерфейс

Microsoft.Data.Schema.Sql.SchemaModel - пространство имен