Dela via


FullTextStopListAction.IsAll Property

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

Syntax

'Declaration
Public Property IsAll As Boolean
'Usage
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)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

FullTextStopListAction Class

FullTextStopListAction Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace