Propriedade PartitionSpecifier.All

Retorna se tudo foi especificado.

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

Sintaxe

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

Valor de propriedade

Tipo: System.Boolean
Retorna VERDADEIRO se tudo foi especificado, FALSO caso contrário.

Segurança do .NET Framework

Consulte também

Referência

PartitionSpecifier Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql