다음을 통해 공유


DropIndex 속성

Gets a table event that can be included in the event set.

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

구문

‘선언
Public Shared ReadOnly Property DropIndex As TableEvent
    Get
‘사용 방법
Dim value As TableEvent

value = TableEvent.DropIndex
public static TableEvent DropIndex { get; }
public:
static property TableEvent^ DropIndex {
    TableEvent^ get ();
}
static member DropIndex : TableEvent
static function get DropIndex () : TableEvent

속성 값

형식: Microsoft.SqlServer.Management.Smo. . :: . .TableEvent
A TableEvent object that represents the DropIndex event that can be included in the table event set.