Proprietà PackageRemote32Class.DesignEvents
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets an IDTSEvents100 that indicates if the designer or other third-party client is to receive events during design time.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Overridable Property DesignEvents As IDTSEvents100
Get
Set
'Utilizzo
Dim instance As PackageRemote32Class
Dim value As IDTSEvents100
value = instance.DesignEvents
instance.DesignEvents = value
public virtual IDTSEvents100 DesignEvents { get; set; }
public:
virtual property IDTSEvents100^ DesignEvents {
IDTSEvents100^ get ();
void set (IDTSEvents100^ value);
}
abstract DesignEvents : IDTSEvents100 with get, set
override DesignEvents : IDTSEvents100 with get, set
function get DesignEvents () : IDTSEvents100
function set DesignEvents (value : IDTSEvents100)
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100
An IDTSEvents100 object.