Proprietà RaiseChangedEvent

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

For more information, see Variable.

Spazio dei nomi:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Property RaiseChangedEvent As Boolean
    Get
    Set
'Utilizzo
Dim instance As IDTSVariable100
Dim value As Boolean

value = instance.RaiseChangedEvent

instance.RaiseChangedEvent = value
bool RaiseChangedEvent { get; set; }
property bool RaiseChangedEvent {
    bool get ();
    void set (bool value);
}
abstract RaiseChangedEvent : bool with get, set
function get RaiseChangedEvent () : boolean
function set RaiseChangedEvent (value : boolean)

Valore proprietà

Tipo: System. . :: . .Boolean