언어

IDTSServerExecution100 인터페이스

정의

통합 서비스 카탈로그에서 실행 인스턴스를 나타냅니다.

public interface class IDTSServerExecution100
[System.Runtime.InteropServices.Guid("01BD818D-18DE-4640-9A36-880305564853")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
public interface IDTSServerExecution100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("37BAB884-CE6D-4FF2-8611-A2E7408090FA")]
public interface IDTSServerExecution100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("28CB0FB2-D4D7-450E-976B-04FE62C5C24B")]
public interface IDTSServerExecution100
[<System.Runtime.InteropServices.Guid("01BD818D-18DE-4640-9A36-880305564853")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
type IDTSServerExecution100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
[<System.Runtime.InteropServices.Guid("37BAB884-CE6D-4FF2-8611-A2E7408090FA")>]
type IDTSServerExecution100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
[<System.Runtime.InteropServices.Guid("28CB0FB2-D4D7-450E-976B-04FE62C5C24B")>]
type IDTSServerExecution100 = interface
Public Interface IDTSServerExecution100
파생
특성

설명

자세한 내용은 SsisServerExecution를 참조하세요.

속성

Name Description
ExecutionID

실행 인스턴스의 고유 식별자를 나타내는 64비트 정수를 받습니다.

ExecutionStatus

실행 인스턴스의 상태를 받습니다.

Synchronized

실행 인스턴스가 동기화되었는지 여부를 나타내는 값을 받습니다.

메서드

Name Description
Dispose()

클래스에서 사용하는 모든 리소스를 해제합니다 IDTSServerExecution100 .

SetCallerInfo(String)

지정된 호출자 정보와 함께 호출자 정보 속성을 설정합니다.

SetParameterValue(DTSServerParameterType, String, String)

지정된 값으로 매개변수를 설정합니다.

SetPropertyOverrideValue(String, String, Boolean)

Integration Services 카탈로그에서 실행 인스턴스의 속성을 지정된 오버라이드 값으로 설정합니다.

Start()

통합 서비스 카탈로그에서 실행 인스턴스를 시작합니다.

적용 대상