Share via


FullTextTableSource.IsFreeText Property

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property IsFreeText As Boolean
'Usage
Dim instance As FullTextTableSource 
Dim value As Boolean 

value = instance.IsFreeText

instance.IsFreeText = value
public bool IsFreeText { get; set; }
public:
property bool IsFreeText {
    bool get ();
    void set (bool value);
}
public function get IsFreeText () : boolean 
public function set IsFreeText (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

FullTextTableSource Class

FullTextTableSource Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace