AlgorithmParameter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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