Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
Parameters
- roleId
Type: System.String
The role identifier for the new MiningStructurePermission.
- name
Type: System.String
The name for the new MiningStructurePermission (needs to be unique in the collection).
Return Value
Type: Microsoft.AnalysisServices.MiningStructurePermission
The newly created MiningStructurePermission.