AdomdParameterCollection.Contains Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Contains(AdomdParameter) |
Contains 1 |
Contains(String) |
Contains |
Contains(AdomdParameter)
Contains 1
public bool Contains (Microsoft.AnalysisServices.AdomdClient.AdomdParameter value);
member this.Contains : Microsoft.AnalysisServices.AdomdClient.AdomdParameter -> bool
Public Function Contains (value As AdomdParameter) As Boolean
Parameters
- value
- AdomdParameter
value
Returns
Information not available for this release.
Applies to
Contains(String)
Contains
public bool Contains (string value);
abstract member Contains : string -> bool
override this.Contains : string -> bool
Public Function Contains (value As String) As Boolean
Parameters
- value
- String
value
Returns
Information not available for this release.