Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates, adds to collection and returns a new MiningStructurePermission (with identifier generated based on the specified name to be unique in the collection).
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Add ( _
roleId As String, _
name As String _
) As MiningStructurePermission
'Usage
Dim instance As MiningStructurePermissionCollection
Dim roleId As String
Dim name As String
Dim returnValue As MiningStructurePermission
returnValue = instance.Add(roleId, name)
public MiningStructurePermission Add(
string roleId,
string name
)
public:
MiningStructurePermission^ Add(
String^ roleId,
String^ name
)
member Add :
roleId:string *
name:string -> MiningStructurePermission
public function Add(
roleId : String,
name : String
) : MiningStructurePermission
Parameter
- roleId
Typ: System.String
The role identifier for the new MiningStructurePermission.
- name
Typ: System.String
The name for the new MiningStructurePermission (needs to be unique in the collection).
Rückgabewert
Typ: Microsoft.AnalysisServices.MiningStructurePermission
The newly created MiningStructurePermission.