Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.