Condividi tramite


Proprietà AlterAuthorizationStatement.ToSchemaOwner

Ottiene o imposta un valore che indica se è utilizzato SCHEMA OWNER.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property ToSchemaOwner As Boolean
    Get
    Set
public bool ToSchemaOwner { get; set; }
public:
property bool ToSchemaOwner {
    bool get ();
    void set (bool value);
}
member ToSchemaOwner : bool with get, set
function get ToSchemaOwner () : boolean
function set ToSchemaOwner (value : boolean)

Valore proprietà

Tipo: System.Boolean
Restituisce true se è utilizzato SCHEMA OWNER; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AlterAuthorizationStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql