Freigeben über


GeneralSetCommand.CommandType-Eigenschaft

Ruft den Befehlstyp ab oder legt diesen fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property CommandType As GeneralSetCommandType
    Get
    Set
public GeneralSetCommandType CommandType { get; set; }
public:
property GeneralSetCommandType CommandType {
    GeneralSetCommandType get ();
    void set (GeneralSetCommandType value);
}
member CommandType : GeneralSetCommandType with get, set
function get CommandType () : GeneralSetCommandType
function set CommandType (value : GeneralSetCommandType)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.GeneralSetCommandType
Gibt einen GeneralSetCommandType-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

GeneralSetCommand Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace