AlgorithmParameter Class
Defines a parameter for the algorithm used by a MiningModel element. This class cannot be inherited.
Inheritance Hierarchy
System.Object
  Microsoft.AnalysisServices.AlgorithmParameter
Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("43F3DB34-4346-4848-BB4B-5C329A656E19")> _
Public NotInheritable Class AlgorithmParameter _
    Implements ICloneable
'Usage
Dim instance As AlgorithmParameter
[GuidAttribute("43F3DB34-4346-4848-BB4B-5C329A656E19")]
public sealed class AlgorithmParameter : ICloneable
[GuidAttribute(L"43F3DB34-4346-4848-BB4B-5C329A656E19")]
public ref class AlgorithmParameter sealed : ICloneable
[<SealedAttribute>]
[<GuidAttribute("43F3DB34-4346-4848-BB4B-5C329A656E19")>]
type AlgorithmParameter =  
    class
        interface ICloneable
    end
public final class AlgorithmParameter implements ICloneable
The AlgorithmParameter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | AlgorithmParameter() | Initializes a new instance of the AlgorithmParameter class using the default values. | 
| .gif) | AlgorithmParameter(String, Object) | Initializes a new instance of AlgorithmParameter using a name and a value. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | Name | Gets or sets the name of an AlgorithmParameter. | 
| .gif) | Value | Gets or sets the value of the associated AlgorithmParameter. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Clone | Creates a new, full copy of an object. | 
| .gif) | CopyTo | Copies an AlgorithmParameter object to the specified object. | 
| .gif) | Equals | (Inherited from Object.) | 
| .gif) | Finalize | (Inherited from Object.) | 
| .gif) | GetHashCode | (Inherited from Object.) | 
| .gif) | GetType | (Inherited from Object.) | 
| .gif) | MemberwiseClone | (Inherited from Object.) | 
| .gif) | ToString | (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)