WmiEventWatcherTask.ActionAtEvent Property
Determines how the WmiEventWatcherTask responds when the task receives a Windows Management Instrumentation (WMI) event.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
어셈블리: Microsoft.SqlServer.WMIEWTask (in microsoft.sqlserver.wmiewtask.dll)
구문
‘선언
Public Property ActionAtEvent As ActionAtEvent
public ActionAtEvent ActionAtEvent { get; set; }
public:
virtual property ActionAtEvent ActionAtEvent {
ActionAtEvent get () sealed;
void set (ActionAtEvent value) sealed;
}
/** @property */
public final ActionAtEvent get_ActionAtEvent ()
/** @property */
public final void set_ActionAtEvent (ActionAtEvent value)
public final function get ActionAtEvent () : ActionAtEvent
public final function set ActionAtEvent (value : ActionAtEvent)
속성 값
A ActionAtEvent value. The default value is LogTheEventAndFireDTSEvent.
스레드 보안
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
참고 항목
참조
WmiEventWatcherTask Class
WmiEventWatcherTask Members
Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask Namespace