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 네임스페이스