AlgorithmParameter.Value Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the value of the associated AlgorithmParameter.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public object Value { get; set; }
public:
property Object^ Value {
    Object^ get();
    void set(Object^ value);
}
member Value : Object with get, set
Public Property Value As Object

Property Value

Type: System.Object

The object's value.

See Also

AlgorithmParameter Class
Microsoft.AnalysisServices Namespace

Return to top