共用方式為


PrivilegeSecurityElement80.Privileges 屬性

Gets a list of privileges.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public ReadOnly Property Privileges As IList(Of Privilege80)
    Get
'用途
Dim instance As PrivilegeSecurityElement80 
Dim value As IList(Of Privilege80)

value = instance.Privileges
public IList<Privilege80> Privileges { get; }
public:
property IList<Privilege80^>^ Privileges {
    IList<Privilege80^>^ get ();
}
member Privileges : IList<Privilege80>
function get Privileges () : IList<Privilege80>

屬性值

型別:System.Collections.Generic.IList<Privilege80>
A list of privileges.

請參閱

參考

PrivilegeSecurityElement80 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間