Méthode GetByName
Gets the CubePermission, with the specified name, from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function GetByName ( _
name As String _
) As CubePermission
'Utilisation
Dim instance As CubePermissionCollection
Dim name As String
Dim returnValue As CubePermission
returnValue = instance.GetByName(name)
public CubePermission GetByName(
string name
)
public:
CubePermission^ GetByName(
String^ name
)
member GetByName :
name:string -> CubePermission
public function GetByName(
name : String
) : CubePermission
Paramètres
- name
Type : System. . :: . .String
The name of the CubePermission to be returned.
Valeur de retour
Type : Microsoft.AnalysisServices. . :: . .CubePermission
The CubePermission, if it is contained in the collection.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | name is not contained by the collection. |