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

Definizione

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);
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)

Parametri

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

Si applica a