Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.