Condividi tramite


MdxScript.Commands Property

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
<XmlArrayItemAttribute("Command", GetType(Command))> _
<BrowsableAttribute(False)> _
<XmlArrayAttribute> _
Public ReadOnly Property Commands As CommandCollection
[XmlArrayItemAttribute("Command", typeof(Command))] 
[BrowsableAttribute(false)] 
[XmlArrayAttribute] 
public CommandCollection Commands { get; }
[XmlArrayItemAttribute(L"Command", typeof(Command))] 
[BrowsableAttribute(false)] 
[XmlArrayAttribute] 
public:
property CommandCollection^ Commands {
    CommandCollection^ get ();
}
/** @property */
public CommandCollection get_Commands ()
public function get Commands () : CommandCollection

Valore proprietà

A CommandCollection object.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

MdxScript Class
MdxScript Members
Microsoft.AnalysisServices Namespace