Gets or sets the principal name. Will be nullnull 引用(在 Visual Basic 中为 Nothing) if ToSchemaOwner is true.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property PrincipalName As Identifier
Get
Set
用法
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)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The principal name.