BatchText 属性

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

命名空间:  Microsoft.SqlServer.Management.MultiServerConnection
程序集:  Microsoft.SqlServer.Management.MultiServerConnection(在 Microsoft.SqlServer.Management.MultiServerConnection.dll 中)

语法

声明
ReadOnly Property BatchText As String
    Get
用法
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

属性值

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