IWmiEventWatcherTask.NumberOfEvents 속성
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets or sets the number of WMI events for which the task should watch.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.WmiEventWatcherTask
어셈블리: Microsoft.SqlServer.WMIEWTask(Microsoft.SqlServer.WMIEWTask.dll)
구문
‘선언
Property NumberOfEvents As Integer
Get
Set
‘사용 방법
Dim instance As IWmiEventWatcherTask
Dim value As Integer
value = instance.NumberOfEvents
instance.NumberOfEvents = value
int NumberOfEvents { get; set; }
property int NumberOfEvents {
int get ();
void set (int value);
}
abstract NumberOfEvents : int with get, set
function get NumberOfEvents () : int
function set NumberOfEvents (value : int)
속성 값
유형: System.Int32
The number of WMI events for which the task should watch.