Partager via


GeneralSetCommand.CommandType, propriété

Obtient ou définit le type de commande.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.GeneralSetCommandType
Retourne une valeur d'énumération GeneralSetCommandType.

Sécurité .NET Framework

Voir aussi

Référence

GeneralSetCommand Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms