Condividi tramite


SqlBatchCommand.CommandType Proprietà

Definizione

Ottiene o imposta la modalità di interpretazione della CommandText proprietà.

public:
 property System::Data::CommandType CommandType { System::Data::CommandType get(); void set(System::Data::CommandType value); };
public:
 virtual property System::Data::CommandType CommandType { System::Data::CommandType get(); void set(System::Data::CommandType value); };
public System.Data.CommandType CommandType { get; set; }
public override System.Data.CommandType CommandType { get; set; }
member this.CommandType : System.Data.CommandType with get, set
Public Property CommandType As CommandType
Public Overrides Property CommandType As CommandType

Valore della proprietà

Uno dei valori di enumerazione che specifica come viene interpretata una stringa di comando. Il valore predefinito è Text.

Si applica a