Partager via


Propriété AlterAuthorizationStatement.ToSchemaOwner

Gets or sets a value that indicates whether the SCHEMA OWNER is used.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property ToSchemaOwner As Boolean 
    Get 
    Set
'Utilisation
Dim instance As AlterAuthorizationStatement 
Dim value As Boolean 

value = instance.ToSchemaOwner

instance.ToSchemaOwner = value
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)

Valeur de propriété

Type : System.Boolean
True if the SCHEMA OWNER is used; otherwise, false.

Voir aussi

Référence

AlterAuthorizationStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom