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


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

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

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

Синтаксис

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

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

Тип: System.Boolean

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

См. также

Ссылки

ISqlLinkedServer Интерфейс

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