DebugSession.GetBatchDebugScript(String, ITextSpan) 方法

定義

public:
 System::String ^ GetBatchDebugScript(System::String ^ script, Microsoft::SqlServer::Management::QueryExecution::ITextSpan ^ textSpan);
public string GetBatchDebugScript(string script, Microsoft.SqlServer.Management.QueryExecution.ITextSpan textSpan);
member this.GetBatchDebugScript : string * Microsoft.SqlServer.Management.QueryExecution.ITextSpan -> string
Public Function GetBatchDebugScript (script As String, textSpan As ITextSpan) As String

參數

script
String
textSpan
ITextSpan

傳回

適用於