QueryDefinition.CommandType Propiedad

Definición

Obtiene o establece el tipo de comando de la consulta.

public:
 property System::String ^ CommandType { System::String ^ get(); void set(System::String ^ value); };
public string CommandType { get; set; }
member this.CommandType : string with get, set
Public Property CommandType As String

Valor de propiedad

Valor String que contiene el tipo de comando para la consulta.

Se aplica a