Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a table event that can be included in the event set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property DropIndex As TableEvent
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.TableEvent
A TableEvent object that represents the DropIndex event that can be included in the table event set.
Beispiele
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo-Namespace