FullTextIndex Class

Model schema container class for FullTextIndex

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Model.FullTextIndex

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public NotInheritable Class FullTextIndex
'Usage
public static class FullTextIndex
public ref class FullTextIndex abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type FullTextIndex =  class end
public final class FullTextIndex

The FullTextIndex type exposes the following members.

Properties

  Name Description
Public propertyStatic member Catalog Catalog relationship class of FullTextIndex
Public propertyStatic member ChangeTracking ChangeTracking property class of FullTextIndex
Public propertyStatic member Columns Columns relationship class of FullTextIndex
Public propertyStatic member Disabled Disabled property class of FullTextIndex
Public propertyStatic member Filegroup Filegroup relationship class of FullTextIndex
Public propertyStatic member IndexedObject IndexedObject relationship class of FullTextIndex
Public propertyStatic member Replicated Replicated property class of FullTextIndex
Public propertyStatic member SearchPropertyList SearchPropertyList relationship class of FullTextIndex
Public propertyStatic member StopList StopList relationship class of FullTextIndex
Public propertyStatic member StopListOff StopListOff property class of FullTextIndex
Public propertyStatic member TypeClass Type class for FullTextIndex
Public propertyStatic member UniqueIndexName UniqueIndexName relationship class of FullTextIndex
Public propertyStatic member UseSystemStopList UseSystemStopList property class of FullTextIndex

Top

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

Microsoft.SqlServer.Dac.Model Namespace