Partager via


Propriété CommandSecurityElement80.All

Gets or sets whether ALL is defined.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property All As Boolean 
    Get 
    Set
'Utilisation
Dim instance As CommandSecurityElement80 
Dim value As Boolean 

value = instance.All

instance.All = value
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
True if ALL is defined; otherwise, false.

Voir aussi

Référence

CommandSecurityElement80 Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom