SimpleAlterFullTextIndexAction Class

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SimpleAlterFullTextIndexAction _
    Inherits AlterFullTextIndexAction
'Usage
Dim instance As SimpleAlterFullTextIndexAction
[SerializableAttribute]
public class SimpleAlterFullTextIndexAction : AlterFullTextIndexAction
[SerializableAttribute]
public ref class SimpleAlterFullTextIndexAction : public AlterFullTextIndexAction
public class SimpleAlterFullTextIndexAction extends AlterFullTextIndexAction

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
    Microsoft.Data.Schema.ScriptDom.Sql.AlterFullTextIndexAction
      Microsoft.Data.Schema.ScriptDom.Sql.SimpleAlterFullTextIndexAction

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SimpleAlterFullTextIndexAction Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace