次の方法で共有


SimpleAlterFullTextIndexActionKind 列挙体

ALTER FULLTEXT INDEX のアクションの種類を表します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Enumeration SimpleAlterFullTextIndexActionKind
'使用
Dim instance As SimpleAlterFullTextIndexActionKind
public enum SimpleAlterFullTextIndexActionKind
public enum class SimpleAlterFullTextIndexActionKind
type SimpleAlterFullTextIndexActionKind
public enum SimpleAlterFullTextIndexActionKind

メンバー

メンバー名 説明
Disable 種類は Disable です。
Enable 種類は Enable です。
None 種類は None です。
PausePopulation 種類は PausePopulation です。
ResumePopulation 種類は ResumePopulation です。
SetChangeTrackingAuto 種類は SetChangeTrackingAuto です。
SetChangeTrackingManual 種類は SetChangeTrackingManual です。
SetChangeTrackingOff 種類は SetChangeTrackingOff です。
StartFullPopulation 種類は StartFullPopulation です。
StartIncrementalPopulation 種類は StartIncrementalPopulation です。
StartUpdatePopulation 種類は StartUpdatePopulation です。
StopPopulation 種類は StopPopulation です。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間