FullTextIndexColumnSpecifier Class

Model schema container class for FullTextIndexColumnSpecifier

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dac.Model.FullTextIndexColumnSpecifier

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

Syntax

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

The FullTextIndexColumnSpecifier type exposes the following members.

Properties

  Name Description
Public propertyStatic member Column Column relationship class of FullTextIndexColumnSpecifier
Public propertyStatic member LanguageId LanguageId property class of FullTextIndexColumnSpecifier
Public propertyStatic member PartOfStatisticalSemantics PartOfStatisticalSemantics property class of FullTextIndexColumnSpecifier
Public propertyStatic member TypeClass Type class for FullTextIndexColumnSpecifier
Public propertyStatic member TypeColumn TypeColumn relationship class of FullTextIndexColumnSpecifier

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