Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Sets the IDTSEventInfos100 collection that is associated with the component.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)
Синтаксис
'Декларация
Public Overridable WriteOnly Property EventInfos As IDTSEventInfos100
Set
'Применение
Dim instance As CManagedComponentWrapperClass
Dim value As IDTSEventInfos100
instance.EventInfos = value
public virtual IDTSEventInfos100 EventInfos { set; }
public:
virtual property IDTSEventInfos100^ EventInfos {
void set (IDTSEventInfos100^ value);
}
abstract EventInfos : IDTSEventInfos100 with get, set
override EventInfos : IDTSEventInfos100 with get, set
function set EventInfos (value : IDTSEventInfos100)
Значение свойства
Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfos100
The IDTSEventInfos100 collection that is associated with the component.
Реализует
IDTSRuntimeComponent100.EventInfos