Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type column. Optional may be nulla null reference (Nothing in Visual Basic).
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property TypeColumn As Identifier
Get
Set
'Usage
Dim instance As FullTextIndexColumn
Dim value As Identifier
value = instance.TypeColumn
instance.TypeColumn = value
public Identifier TypeColumn { get; set; }
public:
property Identifier^ TypeColumn {
Identifier^ get ();
void set (Identifier^ value);
}
member TypeColumn : Identifier with get, set
function get TypeColumn () : Identifier
function set TypeColumn (value : Identifier)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The type column.