MiningStructurePermissionCollection.FindByRole 메서드
Finds the MiningStructurePermission with the specified role identifier or null if not found.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Function FindByRole ( _
roleId As String _
) As MiningStructurePermission
‘사용 방법
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
매개 변수
- roleId
유형: System.String
The role identifier used to identify the MiningStructurePermission.
반환 값
유형: Microsoft.AnalysisServices.MiningStructurePermission
The MiningStructurePermission with the specified role identifier.