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.
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.