Udostępnij przez


Właściwość FullTextIndexColumn.TypeColumnName

Pobiera lub ustawia nazwę kolumna w tabela, która przechowuje typu dokumentu.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property TypeColumnName As String
    Get
    Set
'Użycie
Dim instance As FullTextIndexColumn
Dim value As String

value = instance.TypeColumnName

instance.TypeColumnName = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)]
public string TypeColumnName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone)]
public:
property String^ TypeColumnName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone)>]
member TypeColumnName : string with get, set
function get TypeColumnName () : String
function set TypeColumnName (value : String)

Wartość właściwości

Typ: System.String
A String wartość, która określa nazwę kolumna, która przechowuje typu dokumentu.

Uwagi

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.