Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the AdomdParameter class with the name and value of the AdomdParameter.
Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Sub New ( _
    parameterName As String, _
    value As Object _
)
'Usage
Dim parameterName As String 
Dim value As Object 
Dim instance As New AdomdParameter(parameterName, _
    value)
public AdomdParameter(
    string parameterName,
    Object value
)
public:
AdomdParameter(
    String^ parameterName, 
    Object^ value
)
new : 
        parameterName:string * 
        value:Object -> AdomdParameter
public function AdomdParameter(
    parameterName : String, 
    value : Object
)
Parameters
- parameterName
 Type: String
 The name of the parameter.
- value
 Type: Object
 The value of the parameter.