AlgorithmParameter Class
Updated: May 24, 2016
Defines a parameter for the algorithm used by a MiningModel element. This class cannot be inherited.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
| Name | Description | |
|---|---|---|
![]() | AlgorithmParameter() | Initializes a new instance of the AlgorithmParameter class using the default values. |
![]() | AlgorithmParameter(String^, Object^) | Initializes a new instance of the AlgorithmParameter class using a name and a value. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new, full copy of an object. |
![]() | CopyTo(AlgorithmParameter^) | Copies an AlgorithmParameter object to the specified object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | This API supports the product infrastructure and is not intended to be used directly from your code. Creates a copy of the algorithm parameter. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



