IDTSExecutable100 인터페이스
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Represents an interface that provides the methods that all objects that are run by the run-time engine are required to inherit and implement.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
<GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")> _
Public Interface IDTSExecutable100
‘사용 방법
Dim instance As IDTSExecutable100
[GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")]
public interface IDTSExecutable100
[GuidAttribute(L"49050727-1F34-44BB-8063-152FEFEE4D00")]
public interface class IDTSExecutable100
[<GuidAttribute("49050727-1F34-44BB-8063-152FEFEE4D00")>]
type IDTSExecutable100 = interface end
public interface IDTSExecutable100
IDTSExecutable100 유형에서 다음 멤버를 표시합니다.
메서드
이름 | 설명 | |
---|---|---|
Execute | 인프라입니다. Executes the executable. | |
Validate | 인프라입니다. Verify that the executable will successfully execute by validating all its dependencies and other items before executing it. |
맨 위로 이동