AdomdCommand.Parameters プロパティ

AdomdCommand でコマンドを実行する際に使用されるパラメーターを含む AdomdParameterCollection クラスのインスタンスを取得します。

名前空間:  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
AdomdCommand でコマンドの実行に使用されるパラメーターを含む AdomdParameterCollection です。

関連項目

参照

AdomdCommand クラス

Microsoft.AnalysisServices.AdomdServer 名前空間