إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Defines an interface that is used to fire informational, warning, and error events.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Interface IDTSInfoEvents
'Usage
Dim instance As IDTSInfoEvents
public interface IDTSInfoEvents
public interface class IDTSInfoEvents
type IDTSInfoEvents = interface end
public interface IDTSInfoEvents
The IDTSInfoEvents type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
FireError | Fires an error. |
![]() |
FireInformation | Fires an informational event. |
![]() |
FireWarning | Fires a warning. |
Top
.gif)