DropIndex 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
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.