BatchText 属性

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

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

语法

声明
Public ReadOnly Property BatchText As String
    Get
用法
Dim instance As ResultInfo
Dim value As String

value = instance.BatchText
public string BatchText { get; }
public:
virtual property String^ BatchText {
    String^ get () sealed;
}
abstract BatchText : string
override BatchText : string
final function get BatchText () : String

属性值

类型:System. . :: . .String
A String that contains the text of the executed Transact-SQL batch.

实现

IResultInfo. . :: . .BatchText