Partager via


Propriété FullTextStopListAction.IsAll

Gets or sets a value that indicates whether ALL is specified in the DROP action.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property IsAll As Boolean 
    Get 
    Set
'Utilisation
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);
}
member IsAll : bool with get, set
function get IsAll () : boolean 
function set IsAll (value : boolean)

Valeur de propriété

Type : System.Boolean
True if ALL is specified in the DROP action; otherwise, false.

Voir aussi

Référence

FullTextStopListAction Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom