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.