AdomdCommand.Parameters Property
Gets an instance of an AdomdParameterCollection class that contains the parameters that the AdomdCommand uses to run the command.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property Parameters As AdomdParameterCollection
public AdomdParameterCollection Parameters { get; }
public:
virtual property AdomdParameterCollection^ Parameters {
AdomdParameterCollection^ get () sealed;
}
/** @property */
public final AdomdParameterCollection get_Parameters ()
public final function get Parameters () : AdomdParameterCollection
Property Value
An AdomdParameterCollection that contains the parameters that the AdomdCommand uses to run the command.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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
AdomdCommand Class
AdomdCommand Members
Microsoft.AnalysisServices.AdomdServer Namespace