Partager via


Propriété GeneralSetCommand.CommandType

Gets or sets the command type.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property CommandType As GeneralSetCommandType 
    Get 
    Set
'Utilisation
Dim instance As GeneralSetCommand 
Dim value As GeneralSetCommandType 

value = instance.CommandType

instance.CommandType = value
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.SqlServer.TransactSql.ScriptDom.GeneralSetCommandType
The command type.

Voir aussi

Référence

GeneralSetCommand Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom