Clase Command
Represents a command that is available for use within the context of the parent element of the CommandCollection.
Jerarquía de herencia
System.Object
Microsoft.AnalysisServices.Command
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
<GuidAttribute("F6506EF5-FBD7-4237-85D3-E3E66B1CAD9D")> _
Public NotInheritable Class Command _
Implements ICloneable
'Uso
Dim instance As Command
[GuidAttribute("F6506EF5-FBD7-4237-85D3-E3E66B1CAD9D")]
public sealed class Command : ICloneable
[GuidAttribute(L"F6506EF5-FBD7-4237-85D3-E3E66B1CAD9D")]
public ref class Command sealed : ICloneable
[<SealedAttribute>]
[<GuidAttribute("F6506EF5-FBD7-4237-85D3-E3E66B1CAD9D")>]
type Command =
class
interface ICloneable
end
public final class Command implements ICloneable
El tipo Command expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
Command() | Initializes a new instance of Command using the default values. | |
Command(String) | Initializes a new instance of the Command class using a name. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Annotations | ||
Text | Gets or sets a command text for a batch. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Clone | Creates a new, full copy of an object. | |
CopyTo | Copies a Command to the specified object. | |
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Implementaciones de interfaces explícitas
Nombre | Descripción | |
---|---|---|
ICloneable.Clone | Creates a new, full copy of an object. |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.