共用方式為


AdomdCommand.Parameters 屬性

取得 AdomdParameterCollection 類別的執行個體,其中包含 AdomdCommand 用來執行命令的參數。

命名空間:  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
AdomdParameterCollection 類別的執行個體,其中包含 AdomdCommand 用來執行命令的參數。

請參閱

參考

AdomdCommand 類別

Microsoft.AnalysisServices.AdomdServer 命名空間