Partager via


Propriété AlterAuthorizationStatement.PrincipalName

Gets or sets the principal name. Will be nullune référence Null (Nothing dans Visual Basic) if ToSchemaOwner is true.

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

Syntaxe

'Déclaration
Public Property PrincipalName As Identifier 
    Get 
    Set
'Utilisation
Dim instance As AlterAuthorizationStatement 
Dim value As Identifier 

value = instance.PrincipalName

instance.PrincipalName = value
public Identifier PrincipalName { get; set; }
public:
property Identifier^ PrincipalName {
    Identifier^ get ();
    void set (Identifier^ value);
}
member PrincipalName : Identifier with get, set
function get PrincipalName () : Identifier 
function set PrincipalName (value : Identifier)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The principal name.

Voir aussi

Référence

AlterAuthorizationStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom