FullTextStopListAction.IsAll プロパティ

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property IsAll As Boolean
'使用
Dim instance As FullTextStopListAction
Dim value As Boolean

value = instance.IsAll

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

プロパティ値

型 : System.Boolean

参照

参照

FullTextStopListAction クラス

FullTextStopListAction メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間