AdomdParameterCollection.Contains Method (String)
Given a property name, this method determines whether a parameter is in the AdomdParameterCollection collection.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Function Contains ( _
As String _
) As Boolean
'Usage
Dim instance As AdomdParameterCollection
Dim As String
Dim returnValue As Boolean
returnValue = instance.Contains()
public bool Contains(
string
)
public:
virtual bool Contains(
String^
) sealed
abstract Contains :
:string -> bool
override Contains :
:string -> bool
public final function Contains(
: String
) : boolean
Parameters
- __unnamed0
Type: System.String
The name of the AdomdParameter object to find.
Return Value
Type: System.Boolean
An instance of a Boolean object that contains true if the AdomdParameter object exists in the collection. Otherwise, it is false.