AdomdParameter 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
AdomdParameter() |
Initializes a new instance of the AdomdParameter class. |
AdomdParameter(String, Object) |
Initializes a new instance of the AdomdParameter class. |
AdomdParameter()
Initializes a new instance of the AdomdParameter class.
public AdomdParameter ();
Public Sub New ()
Applies to
AdomdParameter(String, Object)
Initializes a new instance of the AdomdParameter class.
public AdomdParameter (string parameterName, object value);
new Microsoft.AnalysisServices.AdomdClient.AdomdParameter : string * obj -> Microsoft.AnalysisServices.AdomdClient.AdomdParameter
Public Sub New (parameterName As String, value As Object)
Parameters
- parameterName
- String
parameterName
- value
- Object
value