Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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. |