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.
Gets the DataSourcePermission, with the specified role identifier, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function GetByRole ( _
roleId As String _
) As DataSourcePermission
'Usage
Dim instance As DataSourcePermissionCollection
Dim roleId As String
Dim returnValue As DataSourcePermission
returnValue = instance.GetByRole(roleId)
public DataSourcePermission GetByRole(
string roleId
)
public:
DataSourcePermission^ GetByRole(
String^ roleId
)
member GetByRole :
roleId:string -> DataSourcePermission
public function GetByRole(
roleId : String
) : DataSourcePermission
Parameter
- roleId
Typ: System.String
The role identifier of the DataSourcePermission to be returned.
Rückgabewert
Typ: Microsoft.AnalysisServices.DataSourcePermission
The DataSourcePermission if contained in the collection.
Ausnahmen
| Ausnahme | Bedingung |
|---|---|
| ItemNotFoundException | roleID is not contained by the collection. |