Freigeben über


Command-Member

Represents a command that is available for use within the context of the parent element of the CommandCollection.

Der Command-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Command() () () () Initializes a new instance of Command using the default values.
Öffentliche Methode Command(String) Initializes a new instance of the Command class using a name.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clone Creates a new, full copy of an object.
Öffentliche Methode CopyTo Copies a Command to the specified object.
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Text Gets or sets a command text for a batch.

Zum Anfang

Explizite Schnittstellenimplementierungen 

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICloneable. . :: . .Clone

Zum Anfang