Statistic.Events 속성

Gets the events that are associated with the database.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public ReadOnly Property Events As StatisticEvents 
    Get
‘사용 방법
Dim instance As Statistic 
Dim value As StatisticEvents 

value = instance.Events
public StatisticEvents Events { get; }
public:
property StatisticEvents^ Events {
    StatisticEvents^ get ();
}
member Events : StatisticEvents
function get Events () : StatisticEvents

속성 값

유형: Microsoft.SqlServer.Management.Smo.StatisticEvents
A StatisticEvents object that represents the statistic counter events.

통계 생성 및 업데이트

참고 항목

참조

Statistic 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

CREATE STATISTICS(Transact-SQL)