PrivilegeSecurityElement80.Privileges Property
Gets a list of privileges.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property Privileges As IList(Of Privilege80)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IList<Privilege80>
A list of privileges.