Propriété BatchText
Gets text of the Transact-SQL batch that was executed.
Espace de noms : Microsoft.SqlServer.Management.MultiServerConnection
Assembly : Microsoft.SqlServer.Management.MultiServerConnection (en Microsoft.SqlServer.Management.MultiServerConnection.dll)
Syntaxe
'Déclaration
ReadOnly Property BatchText As String
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .String
A String containing the text of the Transact-SQL batch.
Voir aussi