MdxScript.Commands プロパティ
すべての計算が現在のスクリプトに定義されている CommandCollection オブジェクトを取得します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<BrowsableAttribute(False)> _
Public ReadOnly Property Commands As CommandCollection
Get
'使用
Dim instance As MdxScript
Dim value As CommandCollection
value = instance.Commands
[BrowsableAttribute(false)]
public CommandCollection Commands { get; }
[BrowsableAttribute(false)]
public:
property CommandCollection^ Commands {
CommandCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Commands : CommandCollection
function get Commands () : CommandCollection
プロパティ値
型: Microsoft.AnalysisServices.CommandCollection
すべての計算が現在のスクリプトに定義されている CommandCollection オブジェクトです。