Compartilhar via


Propriedade do RDL CreateIndex

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Shared ReadOnly Property CreateIndex As TableEvent
    Get
'Uso
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

Valor da propriedade

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