AlterFullTextCatalogAction 枚举
Specifies the types of alter fulltext catalog action.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Enumeration AlterFullTextCatalogAction
用法
Dim instance As AlterFullTextCatalogAction
public enum AlterFullTextCatalogAction
public enum class AlterFullTextCatalogAction
type AlterFullTextCatalogAction
public enum AlterFullTextCatalogAction
成员
成员名称 | 说明 | |
---|---|---|
AsDefault | The action is AsDefault. | |
None | The action is None. | |
Rebuild | The action is Rebuild. | |
Reorganize | The action is Reorganize. |