다음을 통해 공유


Events 속성

Gets the index events supported by the Index object.

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

구문

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

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

속성 값

유형: Microsoft.SqlServer.Management.Smo. . :: . .IndexEvents
An IndexEvents object that represents the index events supported by the Index object.