IDTSServerExecution100 인터페이스
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Represents an instance of execution in the Integration Services catalog.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("9D3338B9-D369-4AF0-A314-92CD1C5F483C")> _
Public Interface IDTSServerExecution100
‘사용 방법
Dim instance As IDTSServerExecution100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("9D3338B9-D369-4AF0-A314-92CD1C5F483C")]
public interface IDTSServerExecution100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"9D3338B9-D369-4AF0-A314-92CD1C5F483C")]
public interface class IDTSServerExecution100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("9D3338B9-D369-4AF0-A314-92CD1C5F483C")>]
type IDTSServerExecution100 = interface end
public interface IDTSServerExecution100
IDTSServerExecution100 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
ExecutionID | 인프라입니다. Gets a 64-bit integer that represents the unique identifier for the instance of execution. | |
ExecutionStatus | 인프라입니다. Gets the status of the instance of execution. | |
Synchronized | 인프라입니다. Gets a value that indicates whether the instance of execution is synchronized. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Dispose | 인프라입니다. Releases all the resources used by the IDTSServerExecution100 class. | |
SetCallerInfo | 인프라입니다. Sets the caller information property with the specified caller information. | |
SetParameterValue | 인프라입니다. Sets the parameter with the specified value. | |
SetPropertyOverrideValue | 인프라입니다. Sets the property for an instance of execution in the Integration Services catalog with the specified override value. | |
Start | 인프라입니다. Starts an instance of execution in the Integration Services catalog. |
맨 위로 이동
주의
For more information, see SsisServerExecution.