SetStopListAlterFullTextIndexAction 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 SetStopListAlterFullTextIndexAction _
    Inherits AlterFullTextIndexAction
'Usage
Dim instance As SetStopListAlterFullTextIndexAction
[SerializableAttribute]
public class SetStopListAlterFullTextIndexAction : AlterFullTextIndexAction
[SerializableAttribute]
public ref class SetStopListAlterFullTextIndexAction : public AlterFullTextIndexAction
public class SetStopListAlterFullTextIndexAction extends AlterFullTextIndexAction

Inheritance Hierarchy

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

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

SetStopListAlterFullTextIndexAction Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace