Condividi tramite


FullTextIndexColumn.TypeColumnName Property

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

Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

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

Osservazioni

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

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