PerspectiveActionCollection.Item Property (String)
Gets the PerspectiveAction that has the specified identifier from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
'Declaración
Public ReadOnly Default Property Item ( _
actionId As String _
) As PerspectiveAction
public PerspectiveAction this [
string actionId
] { get; }
public:
property PerspectiveAction^ default [String^] {
PerspectiveAction^ get (String^ actionId);
}
/** @property */
public PerspectiveAction get_Item (String actionId)
- actionId
The PerspectiveAction specified by the identifier.
Tipo de excepción | Condición |
---|---|
ArgumentNullException | actionID is a null reference (Nothing in Visual Basic). |
ItemNotFoundException | actionID does not exist in the collection. |
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
PerspectiveActionCollection Class
PerspectiveActionCollection Members
Microsoft.AnalysisServices Namespace