IDTSInfoEvents100 인터페이스
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Defines an interface that is used to fire informational, warning, and error events.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
<GuidAttribute("2C64F83B-8E7F-4AC6-9138-75BF363002EE")> _
Public Interface IDTSInfoEvents100
‘사용 방법
Dim instance As IDTSInfoEvents100
[GuidAttribute("2C64F83B-8E7F-4AC6-9138-75BF363002EE")]
public interface IDTSInfoEvents100
[GuidAttribute(L"2C64F83B-8E7F-4AC6-9138-75BF363002EE")]
public interface class IDTSInfoEvents100
[<GuidAttribute("2C64F83B-8E7F-4AC6-9138-75BF363002EE")>]
type IDTSInfoEvents100 = interface end
public interface IDTSInfoEvents100
IDTSInfoEvents100 유형에서 다음 멤버를 표시합니다.
메서드
이름 | 설명 | |
---|---|---|
FireError | 인프라입니다. Fires an error. | |
FireInformation | 인프라입니다. Fires an informational event. | |
FireWarning | 인프라입니다. Fires a warning. |
맨 위로 이동