ResultInfo.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.