Propriedade do RDL AlterAuthorizationStatement.PrincipalName
Gets or sets the principal name. Will be nulluma referência nula (Nothing no Visual Basic) if ToSchemaOwner is true.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property PrincipalName As Identifier
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The principal name.