Sdílet prostřednictvím


ISql90SpecifiesExecutionContext.IsOwner – vlastnost

Získá nebo nastaví hodnotu, která označuje, zda je objekt spuštěn jako jeho vlastník.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
Property IsOwner As Boolean
    Get
    Set
bool IsOwner { get; set; }
property bool IsOwner {
    bool get ();
    void set (bool value);
}
abstract IsOwner : bool with get, set
function get IsOwner () : boolean
function set IsOwner (value : boolean)

Hodnota vlastnosti

Typ: System.Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql90SpecifiesExecutionContext Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů