다음을 통해 공유


Events 속성

Gets the events associated with the database.

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

구문

‘선언
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.