IResultInfo.BatchText Propiedad

Definición

Recibe 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 que String contiene el texto del lote Transact-SQL.

Se aplica a