Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Sets the IDTSEventInfos100 collection that is associated with the component.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Public Overridable WriteOnly Property EventInfos As IDTSEventInfos100
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfos100
The IDTSEventInfos100 collection that is associated with the component.
Implements
IDTSRuntimeComponent100.EventInfos