Поделиться через


Метод GetByName

Gets the MiningModelPermission, with the specified name, from the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function GetByName ( _
    name As String _
) As MiningModelPermission
'Применение
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

Параметры

Возвращаемое значение

Тип Microsoft.AnalysisServices. . :: . .MiningModelPermission
The MiningModelPermission if contained in the collection.

Исключения

Исключение Условие
ItemNotFoundException

name is not contained by the collection.