名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Property IsFreeText As Boolean
'使用
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)
プロパティ値
型 : System.Boolean