Propriedade Commands
Gets a CommandCollection object with all calculations defined in current script.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Commands As CommandCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices. . :: . .CommandCollection
A CommandCollection object.