共用方式為


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