This topic has not yet been rated - Rate this topic

AlgorithmParameterCollection.Contains Method (String)

Indicates whether the collection contains an AlgorithmParameter with the specified name.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public bool Contains(
	string name
)

Parameters

name
Type: System.String
The name of the AlgorithmParameter to be located.

Return Value

Type: System.Boolean
true if the AlgorithmParameter is contained in the collection; otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.