Proprietà TableEvent.CreateFulltextIndex
Gets the Create Full Text Index event.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Shared ReadOnly Property CreateFulltextIndex As TableEvent
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.TableEvent
The Create Full Text Index event.
Esempi
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo