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
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.