DebugSession.Initialize Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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)
Parameter
- connection
- SqlConnection
- storedProcedureId
- Int32
- schema
- String
- batchFileName
- String
- batchName
- String
- debugProjectService
- DebugSession.IDebugProjectService
- marshalingControl
- Control