MdxScript.Commands 屬性

Gets a CommandCollection object with all calculations defined in current script.

命名空間:  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
A CommandCollection object with all calculations defined in current script.

請參閱

參考

MdxScript 類別

Microsoft.AnalysisServices 命名空間