Proprietà MdxScript.Commands
Gets a CommandCollection object with all calculations defined in current script.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Commands As CommandCollection
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.AnalysisServices.CommandCollection
A CommandCollection object with all calculations defined in current script.