Compartilhar via


Propriedade do RDL GeneralSetCommand.CommandType

Gets or sets the command type.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

GeneralSetCommand Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom