Condividi tramite


Proprietà CloseSymmetricKeyStatement.All

Ottiene o imposta un valore che indica se All è definito.

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 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)

Valore proprietà

Tipo: System.Boolean
Restituisce true se All è definito; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CloseSymmetricKeyStatement Classe

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