DataSourcePermissionCollection.Add Method (String, String, String)
Updated: May 24, 2016
Creates and adds a DataSourcePermission, with the specified role identifier, name, and identifier, to the end of the collection.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Parameters
- roleId
-
Type:
System.String
The role identifier of the DataSourcePermission to be added.
- name
-
Type:
System.String
The name of the DataSourcePermission to be added.
- id
-
Type:
System.String
The identifier of the DataSourcePermission to be added.
Return Value
Type: Microsoft.AnalysisServices.DataSourcePermissionA new, empty DataSourcePermission.
Show: