DebugSession.Initialize(SqlConnection, Int32, String, String, String, DebugSession+IDebugProjectService, Control) Method

Definition

public:
 void Initialize(System::Data::SqlClient::SqlConnection ^ connection, int storedProcedureId, System::String ^ schema, System::String ^ batchFileName, System::String ^ batchName, Microsoft::SqlServer::Management::UI::VSIntegration::DebugSession::IDebugProjectService ^ debugProjectService, System::Windows::Forms::Control ^ marshalingControl);
public void Initialize (System.Data.SqlClient.SqlConnection connection, int storedProcedureId, string schema, string batchFileName, string batchName, Microsoft.SqlServer.Management.UI.VSIntegration.DebugSession.IDebugProjectService debugProjectService, System.Windows.Forms.Control marshalingControl);
member this.Initialize : System.Data.SqlClient.SqlConnection * int * string * string * string * Microsoft.SqlServer.Management.UI.VSIntegration.DebugSession.IDebugProjectService * System.Windows.Forms.Control -> unit
Public Sub Initialize (connection As SqlConnection, storedProcedureId As Integer, schema As String, batchFileName As String, batchName As String, debugProjectService As DebugSession.IDebugProjectService, marshalingControl As Control)

Parameters

connection
SqlConnection
storedProcedureId
Int32
schema
String
batchFileName
String
batchName
String
debugProjectService
DebugSession.IDebugProjectService
marshalingControl
Control

Applies to