Méthode Contains (String)
Given a property name, this method determines whether a parameter is in the AdomdParameterCollection collection.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
Public Function Contains ( _
value As String _
) As Boolean
'Utilisation
Dim instance As AdomdParameterCollection
Dim value As String
Dim returnValue As Boolean
returnValue = instance.Contains(value)
public bool Contains(
string value
)
public:
virtual bool Contains(
String^ value
) sealed
abstract Contains :
value:string -> bool
override Contains :
value:string -> bool
public final function Contains(
value : String
) : boolean
Paramètres
- value
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, false otherwise.