Udostępnij przez


Właściwość IDTSVariable100.RaiseChangedEvent

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Aby uzyskać więcej informacji, zobacz temat Variable.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw:  Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)

Składnia

'Deklaracja
Property RaiseChangedEvent As Boolean
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Boolean