DebugSession.Initialize Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
Parametri
- connection
- SqlConnection
- storedProcedureId
- Int32
- schema
- String
- batchFileName
- String
- batchName
- String
- debugProjectService
- DebugSession.IDebugProjectService
- marshalingControl
- Control