ResultInfo.BatchText Propiedad

Definición

Obtiene el texto del Transact-SQL lote que se ejecutó.

public:
 property System::String ^ BatchText { System::String ^ get(); };
public string BatchText { get; }
member this.BatchText : string
Public ReadOnly Property BatchText As String

Valor de propiedad

A String que contiene el texto del lote de Transact-SQL ejecutado.

Implementaciones

Se aplica a