Właściwość VariableClass.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
Public Overridable Property RaiseChangedEvent As Boolean
Get
Set
'Użycie
Dim instance As VariableClass
Dim value As Boolean
value = instance.RaiseChangedEvent
instance.RaiseChangedEvent = value
public virtual bool RaiseChangedEvent { get; set; }
public:
virtual property bool RaiseChangedEvent {
bool get ();
void set (bool value);
}
abstract RaiseChangedEvent : bool with get, set
override RaiseChangedEvent : bool with get, set
function get RaiseChangedEvent () : boolean
function set RaiseChangedEvent (value : boolean)
Wartość właściwości
Typ: System.Boolean