Partager via


AlterIndexStatement.All, propriété

Obtient ou définit si le mot clé All est utilisé.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public Property All As Boolean
    Get
    Set
public bool All { get; set; }
public:
property bool All {
    bool get ();
    void set (bool value);
}
member All : bool with get, set
function get All () : boolean
function set All (value : boolean)

Valeur de propriété

Type : System.Boolean
Retourne la valeur True si le mot clé All est utilisé ; sinon, False.

Sécurité .NET Framework

Voir aussi

Référence

AlterIndexStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms