Freigeben über


AlterFullTextCatalogAction-Enumeration

Specifies the types of alter fulltext catalog action.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Enumeration AlterFullTextCatalogAction
'Usage
Dim instance As AlterFullTextCatalogAction
public enum AlterFullTextCatalogAction
public enum class AlterFullTextCatalogAction
type AlterFullTextCatalogAction
public enum AlterFullTextCatalogAction

Elemente

Elementname Beschreibung
AsDefault The action is AsDefault.
None The action is None.
Rebuild The action is Rebuild.
Reorganize The action is Reorganize.

Siehe auch

Verweis

Microsoft.SqlServer.TransactSql.ScriptDom-Namespace