Contains-Methode (String)
Indicates whether the collection contains a PerspectiveAction that has the specified identifier.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Contains ( _
actionId As String _
) As Boolean
'Usage
Dim instance As PerspectiveActionCollection
Dim actionId As String
Dim returnValue As Boolean
returnValue = instance.Contains(actionId)
public bool Contains(
string actionId
)
public:
bool Contains(
String^ actionId
)
member Contains :
actionId:string -> bool
public function Contains(
actionId : String
) : boolean
Parameter
- actionId
Typ: System. . :: . .String
Rückgabewert
Typ: System. . :: . .Boolean
true if the PerspectiveAction exists in the collection; otherwise, false.