DebugSession.GetBatchDebugScript(String, ITextSpan) Method

Definition

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

Parameters

script
String
textSpan
ITextSpan

Returns

String

Applies to