Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of Permission using roleID, user name, and user ID as parameter values. This method is invoked from a derived class or overloaded.
Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
roleId As String, _
name As String, _
id As String _
)
protected Permission (
string roleId,
string name,
string id
)
protected:
Permission (
String^ roleId,
String^ name,
String^ id
)
protected Permission (
String roleId,
String name,
String id
)
protected function Permission (
roleId : String,
name : String,
id : String
)
Paramètres
- roleId
- name
A String value with the name of current permission.
- id
A String value with the ID of current permission.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
Permission Class
Permission Members
Microsoft.AnalysisServices Namespace