AlgorithmParameter Constructors

Definition

Overloads

AlgorithmParameter()

This empty constructor is requried by the XML serializer. THe XML serializer will throw an exception without it.

AlgorithmParameter(String, Object)

Constructor to initialize internal fields

AlgorithmParameter()

This empty constructor is requried by the XML serializer. THe XML serializer will throw an exception without it.

public AlgorithmParameter ();
Public Sub New ()

Applies to

AlgorithmParameter(String, Object)

Constructor to initialize internal fields

public AlgorithmParameter (string name, object value);
new Microsoft.AnalysisServices.AlgorithmParameter : string * obj -> Microsoft.AnalysisServices.AlgorithmParameter
Public Sub New (name As String, value As Object)

Parameters

name
String
value
Object

Applies to