Compartir a través de


CommandSecurityElement80.All Propiedad

Gets or sets whether ALL is defined.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property All As Boolean 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: System.Boolean
True if ALL is defined; otherwise, false.

Vea también

Referencia

CommandSecurityElement80 Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom