IDTSEventHandlers100.Add 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Adds a new event to the collection.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
Function Add ( _
EventName As String _
) As IDTSEventHandler100
‘사용 방법
Dim instance As IDTSEventHandlers100
Dim EventName As String
Dim returnValue As IDTSEventHandler100
returnValue = instance.Add(EventName)
IDTSEventHandler100 Add(
string EventName
)
IDTSEventHandler100^ Add(
[InAttribute] String^ EventName
)
abstract Add :
EventName:string -> IDTSEventHandler100
function Add(
EventName : String
) : IDTSEventHandler100
매개 변수
- EventName
유형: System.String
The name of the event to add to the collection.
반환 값
유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventHandler100
The IDTSEventHandler100 object that was added to the collection.
주의
For more information, see DtsEventHandlers.