FullTextIndexColumn.TypeColumn Property
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property TypeColumn As Identifier
'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);
}
public function get TypeColumn () : Identifier
public function set TypeColumn (value : Identifier)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.Identifier
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.