MdxScript.Commands Propiedad
Gets a CommandCollection object with all calculations defined in current script.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<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 de la propiedad
Tipo: Microsoft.AnalysisServices.CommandCollection
A CommandCollection object with all calculations defined in current script.