Поделиться через


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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

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