次の方法で共有


AdomdCommand.Parameters プロパティ

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

名前空間:  Microsoft.AnalysisServices.AdomdClient
アセンブリ:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)

構文

'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Parameters As AdomdParameterCollection 
    Get
'使用
Dim instance As AdomdCommand 
Dim value As AdomdParameterCollection 

value = instance.Parameters
[BrowsableAttribute(false)]
public AdomdParameterCollection Parameters { get; }
[BrowsableAttribute(false)]
public:
property AdomdParameterCollection^ Parameters {
    AdomdParameterCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Parameters : AdomdParameterCollection
function get Parameters () : AdomdParameterCollection

プロパティ値

型: Microsoft.AnalysisServices.AdomdClient.AdomdParameterCollection
AdomdCommand を実行する際に使用されるパラメーターを含む AdomdParameterCollection です。

関連項目

参照

AdomdCommand クラス

Microsoft.AnalysisServices.AdomdClient 名前空間