This topic has not yet been rated - Rate this topic

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)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public string TypeColumnName { get; set; }

Property Value

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

Imageand 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.