共用方式為


IDTSResultBindings.Remove 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Removes the specified IDTSResultBinding object from the collection.

命名空間:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
組件:  Microsoft.SqlServer.SQLTask (在 Microsoft.SqlServer.SQLTask.dll 中)

語法

'宣告
Sub Remove ( _
    resultName As Object _
)
'用途
Dim instance As IDTSResultBindings 
Dim resultName As Object

instance.Remove(resultName)
void Remove(
    Object resultName
)
void Remove(
    Object^ resultName
)
abstract Remove : 
        resultName:Object -> unit
function Remove(
    resultName : Object
)

參數

  • resultName
    型別:System.Object
    The name of the result binding to remove.

請參閱

參考

IDTSResultBindings 介面

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask 命名空間