Share via


AdomdParameter Constructor (String, Object)

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 _
)
public AdomdParameter (
    string parameterName,
    Object value
)
public:
AdomdParameter (
    String^ parameterName, 
    Object^ value
)
public AdomdParameter (
    String parameterName, 
    Object value
)
public function AdomdParameter (
    parameterName : String, 
    value : Object
)

Parameters

  • parameterName
    The name of the parameter.
  • value
    The value of the parameter.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

AdomdParameter Class
AdomdParameter Members
Microsoft.AnalysisServices.AdomdServer Namespace