Command Class
Updated: May 24, 2016
Represents a command that is available for use within the context of the parent element of the CommandCollection.
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
| Name | Description | |
|---|---|---|
![]() | Command() | Initializes a new instance of Command using the default values. |
![]() | Command(String^) | Initializes a new instance of the Command class using a name. |
| Name | Description | |
|---|---|---|
![]() | Annotations | Gets the name and value of an implicit measure. |
![]() | Text | Gets or sets a command text for a batch. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new, full copy of an object. |
![]() | CopyTo(Command^) | Copies a Command to the specified object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICloneable::Clone() | Creates a new, full copy of an object. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:



