Compartilhar via


Propriedade do RDL AlterAuthorizationStatement.ToSchemaOwner

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

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property ToSchemaOwner As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

AlterAuthorizationStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom