Partager via


MiningStructurePermissionCollection.Add Method (String, String, String)

Creates and adds a MiningStructurePermission, with the specified role identifer, name, and identifier, to the end of the collection.

Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Syntaxe

'Déclaration
Public Function Add ( _
    roleId As String, _
    name As String, _
    id As String _
) As MiningStructurePermission
public MiningStructurePermission Add (
    string roleId,
    string name,
    string id
)
public:
MiningStructurePermission^ Add (
    String^ roleId, 
    String^ name, 
    String^ id
)
public MiningStructurePermission Add (
    String roleId, 
    String name, 
    String id
)
public function Add (
    roleId : String, 
    name : String, 
    id : String
) : MiningStructurePermission

Paramètres

  • roleId
  • id
    The identifier of the MiningStructurePermission to add.

Valeur de retour

A new, empty MiningStructurePermission.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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

MiningStructurePermissionCollection Class
MiningStructurePermissionCollection Members
Microsoft.AnalysisServices Namespace