다음을 통해 공유


AfterTimeout Enumeration

Determines how the WmiEventWatcherTask responds when the task times out without receiving the specified Windows Management Instrumentation (WMI) event.

네임스페이스: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
어셈블리: Microsoft.SqlServer.WMIEWTask (in microsoft.sqlserver.wmiewtask.dll)

구문

‘선언
Public Enumeration AfterTimeout
public enum AfterTimeout
public enum class AfterTimeout
public enum AfterTimeout
public enum AfterTimeout

Members

Member name Description
ReturnWithFailure Logs that the user chose to treat the timeout as a failure, and stops waiting for the logged event. This is the default value.
ReturnWithSuccess Logs that the user chose to treat the timeout as a success, and stops waiting for the logged event.
WatchfortheEventAgain Logs that the user chose to continue waiting for the event.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask Namespace