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.
Gets the MiningModelPermission, with the specified name, from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function GetByName ( _
name As String _
) As MiningModelPermission
'Usage
Dim instance As MiningModelPermissionCollection
Dim name As String
Dim returnValue As MiningModelPermission
returnValue = instance.GetByName(name)
public MiningModelPermission GetByName(
string name
)
public:
MiningModelPermission^ GetByName(
String^ name
)
member GetByName :
name:string -> MiningModelPermission
public function GetByName(
name : String
) : MiningModelPermission
Parameters
- name
Type: System.String
The name of the MiningModelPermission to be returned.
Return Value
Type: Microsoft.AnalysisServices.MiningModelPermission
The MiningModelPermission if contained in the collection.
Exceptions
| Exception | Condition |
|---|---|
| ItemNotFoundException | name is not contained by the collection. |