Свойство VariableClass.RaiseChangedEvent
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets a value that indicates whether the variable class has been flagged to raise the OnVariableValueChanged event.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Public Overridable Property RaiseChangedEvent As Boolean
Get
Set
'Применение
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)
Значение свойства
Тип: System.Boolean
True if a change to the variable value is to raise an OnVariableValueChanged event.
Реализует
IDTSVariable100.RaiseChangedEvent