Compartir a través de


DropIndex Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property DropIndex As TableEvent
    Get
'Uso
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

Valor de la propiedad

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