Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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