Index.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.

인덱스 생성, 변경 및 제거

참고 항목

참조

Index 클래스

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

관련 자료

인덱스

CREATE INDEX(Transact-SQL)