PrivilegeSecurityElement80.Privileges Property
Gets a list of privileges.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Privileges As IList(Of Privilege80)
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>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.