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. |