Partilhar via


Propriedade CreatePartitionSchemeStatement.IsAll

Obtém ou define se a opção /All for especificada.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean
Retorna true se a opção Todos foi especificado, FALSO caso contrário.

Segurança do .NET Framework

Consulte também

Referência

CreatePartitionSchemeStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql