Condividi tramite


Proprietà CreatePartitionSchemeStatement.IsAll

Ottiene o imposta un valore che indica se è specificata l'opzione ALL.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property IsAll As Boolean
    Get
    Set
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)

Valore proprietà

Tipo: System.Boolean
Restituisce true se l'opzione ALL è specificata; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CreatePartitionSchemeStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql