ISql90SpecifiesExecutionContext.IsOwner-Eigenschaft

Ruft einen Wert ab, der angibt, ob das Objekt als Besitzer ausgeführt wird, oder legt den Wert fest.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90SpecifiesExecutionContext Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace