Compartir a través de


GeneralSetCommand.CommandType Propiedad

Gets or sets the command type.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property CommandType As GeneralSetCommandType 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.GeneralSetCommandType
The command type.

Vea también

Referencia

GeneralSetCommand Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom