Freigeben über


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

Eigenschaftswert

An AdomdParameterCollection that contains the parameters that the AdomdCommand uses to run the command.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

AdomdCommand Class
AdomdCommand Members
Microsoft.AnalysisServices.AdomdServer Namespace