다음을 통해 공유


IWmiEventWatcherTask.ActionAtTimeout 속성

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Gets or sets the IWmiEventWatcherTask responds when the task times out without receiving the specified WMI event.

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

구문

‘선언
Property ActionAtTimeout As ActionAtTimeout 
    Get 
    Set
‘사용 방법
Dim instance As IWmiEventWatcherTask 
Dim value As ActionAtTimeout 

value = instance.ActionAtTimeout

instance.ActionAtTimeout = value
ActionAtTimeout ActionAtTimeout { get; set; }
property ActionAtTimeout ActionAtTimeout {
    ActionAtTimeout get ();
    void set (ActionAtTimeout value);
}
abstract ActionAtTimeout : ActionAtTimeout with get, set
function get ActionAtTimeout () : ActionAtTimeout 
function set ActionAtTimeout (value : ActionAtTimeout)

속성 값

유형: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask.ActionAtTimeout
A ActionAtTimeout value.

참고 항목

참조

IWmiEventWatcherTask 인터페이스

Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask 네임스페이스