Condividi tramite


Proprietà TableEvent.CreateIndex

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property CreateIndex As TableEvent 
    Get
'Utilizzo
Dim value As TableEvent 

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

Valore proprietà

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

Esempi

Gestione degli eventi SMO

Vedere anche

Riferimento

TableEvent Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Gestione degli eventi SMO