Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the MiningStructurePermission with the specified identifier or null if not found.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Find ( _
id As String _
) As MiningStructurePermission
'Usage
Dim instance As MiningStructurePermissionCollection
Dim id As String
Dim returnValue As MiningStructurePermission
returnValue = instance.Find(id)
public MiningStructurePermission Find(
string id
)
public:
MiningStructurePermission^ Find(
String^ id
)
member Find :
id:string -> MiningStructurePermission
public function Find(
id : String
) : MiningStructurePermission
Parameters
- id
Type: System.String
The identifier of the MiningStructurePermission to return.
Return Value
Type: Microsoft.AnalysisServices.MiningStructurePermission
The MiningStructurePermission with the specified identifier or null if not found.