Private Sub Main() With New System.Data.SqlClient.SqlConnection(My.Settings.ConnectionString) .Open() With .CreateCommand End With Close() End With End Sub
というPGの .Open の行にブレークポイントセットし実行する。 ブレークポイントに引っかかる。 そこでステップ実行すると With .CreateCommand の行にカーソル移動するもフリーズ