Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the Alter Full Text Index event.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Shared ReadOnly Property AlterFulltextIndex As TableEvent
Get
'Usage
Dim value As TableEvent
value = TableEvent.AlterFulltextIndex
public static TableEvent AlterFulltextIndex { get; }
public:
static property TableEvent^ AlterFulltextIndex {
TableEvent^ get ();
}
static member AlterFulltextIndex : TableEvent
static function get AlterFulltextIndex () : TableEvent
Property Value
Type: Microsoft.SqlServer.Management.Smo.TableEvent
The Alter Full Text Index event.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace