Compartir a través de


BatchText Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.MultiServerConnection
Ensamblado:  Microsoft.SqlServer.Management.MultiServerConnection (en Microsoft.SqlServer.Management.MultiServerConnection.dll)

Sintaxis

'Declaración
ReadOnly Property BatchText As String
    Get
'Uso
Dim instance As IResultInfo
Dim value As String

value = instance.BatchText
string BatchText { get; }
property String^ BatchText {
    String^ get ();
}
abstract BatchText : string
function get BatchText () : String

Valor de la propiedad

Tipo: System. . :: . .String
A String containing the text of the Transact-SQL batch.