IDtsConnectionManagerUI.Delete 메서드
Provides notification for tasks. This method is called before an existing connection manager is removed from the package.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Design
어셈블리: Microsoft.SqlServer.Dts.Design(Microsoft.SqlServer.Dts.Design.dll)
구문
‘선언
Sub Delete ( _
parentWindow As IWin32Window _
)
‘사용 방법
Dim instance As IDtsConnectionManagerUI
Dim parentWindow As IWin32Window
instance.Delete(parentWindow)
void Delete(
IWin32Window parentWindow
)
void Delete(
IWin32Window^ parentWindow
)
abstract Delete :
parentWindow:IWin32Window -> unit
function Delete(
parentWindow : IWin32Window
)
매개 변수
- parentWindow
유형: System.Windows.Forms.IWin32Window
The IWin32Window interface of the designer hosting the task.