IResultInfo.BatchText Property

Definition

Gets 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 containing the text of the Transact-SQL batch.

Applies to