共用方式為


TypeColumnName 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property TypeColumnName As String
    Get
    Set
'用途
Dim instance As FullTextIndexColumn
Dim value As String

value = instance.TypeColumnName

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

屬性值

型別: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.