FullTextIndexColumn.TypeColumnName Property

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

命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

語法

'宣告
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)

屬性值

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

備註

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.

執行緒安全性

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.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

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