Delete 方法
Deletes an existing task 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 IDtsTaskUI
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 name of the parent window.