DebugSession.Initialize Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- connection
- SqlConnection
- storedProcedureId
- Int32
- schema
- String
- batchFileName
- String
- batchName
- String
- debugProjectService
- DebugSession.IDebugProjectService
- marshalingControl
- Control