次の方法で共有


MdxScript.Commands プロパティ

定義

すべての計算が現在のスクリプトで定義されている CommandCollection オブジェクトを取得します。

[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.CommandCollection Commands { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Commands : Microsoft.AnalysisServices.CommandCollection
Public ReadOnly Property Commands As CommandCollection

プロパティ値

現在のスクリプトで定義されているすべての計算を含む CommandCollection オブジェクト。

属性

適用対象