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 name and identifier generated to be unique in the collection).
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Add ( _
roleId As String _
) As MiningStructurePermission
'Usage
Dim instance As MiningStructurePermissionCollection
Dim roleId As String
Dim returnValue As MiningStructurePermission
returnValue = instance.Add(roleId)
public MiningStructurePermission Add(
string roleId
)
public:
MiningStructurePermission^ Add(
String^ roleId
)
member Add :
roleId:string -> MiningStructurePermission
public function Add(
roleId : String
) : MiningStructurePermission
Parameter
- roleId
Typ: System.String
The role identifier for the new MiningStructurePermission.
Rückgabewert
Typ: Microsoft.AnalysisServices.MiningStructurePermission
The newly created MiningStructurePermission.