ResultInfo.BatchText Property

Definition

Gets the text of the Transact-SQL batch that was executed.

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

Property Value

A String that contains the text of the executed Transact-SQL batch.

Implements

Applies to