FullTextIndexColumn.TypeColumnName Property
Gets or sets the name of a column in the table that stores the document type.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.ReadOnlyAfterCreation | SfcPropertyFlags.Standalone | SfcPropertyFlags.SqlAzureDatabase)] public string TypeColumnName { get; set; }
Property Value
Type: System.StringA 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.
Show: