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

반환

적용 대상