Share via


Propriété TypeColumnName

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone)> _
Public Property TypeColumnName As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

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

Notes

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.