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.
Finds the MiningStructurePermission with the specified role identifier or null if not found.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function FindByRole ( _
roleId As String _
) As MiningStructurePermission
'Usage
Dim instance As MiningStructurePermissionCollection
Dim roleId As String
Dim returnValue As MiningStructurePermission
returnValue = instance.FindByRole(roleId)
public MiningStructurePermission FindByRole(
string roleId
)
public:
MiningStructurePermission^ FindByRole(
String^ roleId
)
member FindByRole :
roleId:string -> MiningStructurePermission
public function FindByRole(
roleId : String
) : MiningStructurePermission
Parameter
- roleId
Typ: System.String
The role identifier used to identify the MiningStructurePermission.
Rückgabewert
Typ: Microsoft.AnalysisServices.MiningStructurePermission
The MiningStructurePermission with the specified role identifier.