Метод Contains (String)
Given a property name, this method determines whether a parameter is in the AdomdParameterCollection collection.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public Function Contains ( _
value As String _
) As Boolean
'Применение
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
Параметры
- value
Тип: System. . :: . .String
The name of the AdomdParameter object to find.
Возвращаемое значение
Тип: System. . :: . .Boolean
An instance of a Boolean object that contains true if the AdomdParameter object exists in the collection, false otherwise.