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)
Eigenschaftswert
A String value that specifies the name of the column that stores the document type.
Hinweise
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.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
FullTextIndexColumn Class
FullTextIndexColumn Members
Microsoft.SqlServer.Management.Smo Namespace