AdomdCommand.Properties プロパティ
AdomdCommand に関連付けられているプロパティを含む AdomdPropertyCollection クラスのインスタンスを取得します。
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Properties As AdomdPropertyCollection
Get
'使用
Dim instance As AdomdCommand
Dim value As AdomdPropertyCollection
value = instance.Properties
[BrowsableAttribute(false)]
public AdomdPropertyCollection Properties { get; }
[BrowsableAttribute(false)]
public:
property AdomdPropertyCollection^ Properties {
AdomdPropertyCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Properties : AdomdPropertyCollection
function get Properties () : AdomdPropertyCollection
プロパティ値
型: Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection
AdomdCommand に関連付けられているプロパティを含む AdomdPropertyCollection です。