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.