Método MiningStructurePermissionCollection.GetByName

Gets the MiningStructurePermission by the specified name from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Function GetByName ( _
    name As String _
) As MiningStructurePermission
'Uso
Dim instance As MiningStructurePermissionCollection 
Dim name As String 
Dim returnValue As MiningStructurePermission 

returnValue = instance.GetByName(name)
public MiningStructurePermission GetByName(
    string name
)
public:
MiningStructurePermission^ GetByName(
    String^ name
)
member GetByName : 
        name:string -> MiningStructurePermission
public function GetByName(
    name : String
) : MiningStructurePermission

Parâmetros

Valor de retorno

Tipo: Microsoft.AnalysisServices.MiningStructurePermission
The MiningStructurePermission if it exists in the collection.

Exceções

Exceção Condição
ItemNotFoundException

name does not exist in the collection.

Consulte também

Referência

MiningStructurePermissionCollection Classe

Namespace Microsoft.AnalysisServices