Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Parameter
- id
Typ: System.String
The identifier of the MiningStructurePermission to return.
Rückgabewert
Typ: Microsoft.AnalysisServices.MiningStructurePermission
The MiningStructurePermission with the specified identifier or null if not found.