Share via


FullTextIndexColumn.TypeColumnName Property

Gets or sets the name of a column in the table that stores the document type.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Declaration
Public Property TypeColumnName As String
public string TypeColumnName { get; set; }
public:
property String^ TypeColumnName {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_TypeColumnName ()

/** @property */
public void set_TypeColumnName (String value)
public function get TypeColumnName () : String

public function set TypeColumnName (value : String)

Property Value

A String value that specifies the name of the column that stores the document type.

Remarks

Image and varbinary type columns must have a type column specification and the type column must be one of the following data types: char, nchar, varchar, or nvarchar.

Thread Safety

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

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

FullTextIndexColumn Class
FullTextIndexColumn Members
Microsoft.SqlServer.Management.Smo Namespace