Proprietà DesignEvents
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
This interface is implemented by the Package and PackageNeutral interfaces.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Property DesignEvents As IDTSEvents100
Get
Set
'Utilizzo
Dim instance As IDTSPackage100
Dim value As IDTSEvents100
value = instance.DesignEvents
instance.DesignEvents = value
IDTSEvents100 DesignEvents { get; set; }
property IDTSEvents100^ DesignEvents {
IDTSEvents100^ get ();
void set (IDTSEvents100^ value);
}
abstract DesignEvents : IDTSEvents100 with get, set
function get DesignEvents () : IDTSEvents100
function set DesignEvents (value : IDTSEvents100)
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSEvents100
Vedere anche