Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the Create Full Text Index event.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property CreateFulltextIndex As TableEvent
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.TableEvent
The Create Full Text Index event.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace