CreateFulltextIndex Propiedad
Gets lthe 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
TableEvent
Vea también