ServerEvent.DropIndex Property
Gets a server 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 ServerEvent
Get
'Usage
Dim value As ServerEvent
value = ServerEvent.DropIndex
public static ServerEvent DropIndex { get; }
public:
static property ServerEvent^ DropIndex {
ServerEvent^ get ();
}
static member DropIndex : ServerEvent
static function get DropIndex () : ServerEvent
Property Value
Type: Microsoft.SqlServer.Management.Smo.ServerEvent
A ServerEvent object that represents the DropIndex event that can be included in the server event set.
See Also