Méthode AdomdParameterCollection.Contains (String)
Given a property name, this method determines whether a parameter is in the AdomdParameterCollection collection.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Function Contains ( _
As String _
) As Boolean
'Utilisation
Dim instance As AdomdParameterCollection
DimAs 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
Paramètres
- __unnamed0
Type : System.String
The name of the AdomdParameter object to find.
Valeur de retour
Type : System.Boolean
An instance of a Boolean object that contains true if the AdomdParameter object exists in the collection. Otherwise, it is false.
Implémente
IDataParameterCollection.Contains(String)