Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the DatabasePermission with the specified role identifier from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function FindByRole ( _
roleId As String _
) As DatabasePermission
'Usage
Dim instance As DatabasePermissionCollection
Dim roleId As String
Dim returnValue As DatabasePermission
returnValue = instance.FindByRole(roleId)
public DatabasePermission FindByRole(
string roleId
)
public:
DatabasePermission^ FindByRole(
String^ roleId
)
member FindByRole :
roleId:string -> DatabasePermission
public function FindByRole(
roleId : String
) : DatabasePermission
Parameters
- roleId
Type: System.String
The identifier of the role for the DatabasePermission to be returned.
Return Value
Type: Microsoft.AnalysisServices.DatabasePermission
The DatabasePermission if it is contained in the collection; otherwise, a null reference (Nothing in Visual Basic).