共用方式為


AdomdCommand.Parameters 屬性

Gets an instance of an AdomdParameterCollection class that contains the parameters that the AdomdCommand uses to run the command.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property Parameters As AdomdParameterCollection 
    Get
'用途
Dim instance As AdomdCommand 
Dim value As AdomdParameterCollection 

value = instance.Parameters
public AdomdParameterCollection Parameters { get; }
public:
virtual property AdomdParameterCollection^ Parameters {
    AdomdParameterCollection^ get () sealed;
}
abstract Parameters : AdomdParameterCollection 
override Parameters : AdomdParameterCollection
final function get Parameters () : AdomdParameterCollection

屬性值

型別:Microsoft.AnalysisServices.AdomdServer.AdomdParameterCollection
An AdomdParameterCollection that contains the parameters that the AdomdCommand uses to run the command.

請參閱

參考

AdomdCommand 類別

Microsoft.AnalysisServices.AdomdServer 命名空間