Compartir a través de


TableEvent.CreateFulltextIndex Propiedad

Gets the Create Full Text Index event.

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

Sintaxis

'Declaración
Public Shared ReadOnly Property CreateFulltextIndex As TableEvent 
    Get
'Uso
Dim value As TableEvent 

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.TableEvent
The Create Full Text Index event.

Ejemplos

Controlar eventos SMO

Vea también

Referencia

TableEvent Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Controlar eventos SMO