DbccStatement.ParenthesisRequired (Propiedad)

Obtiene o establece si se requieren paréntesis vacíos, aunque no haya ningún literal.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property ParenthesisRequired As Boolean
    Get
    Set
public bool ParenthesisRequired { get; set; }
public:
property bool ParenthesisRequired {
    bool get ();
    void set (bool value);
}
member ParenthesisRequired : bool with get, set
function get ParenthesisRequired () : boolean
function set ParenthesisRequired (value : boolean)

Valor de propiedad

Tipo: System.Boolean
Devuelve True si los paréntesis vacíos son necesarios aunque no haya ningún literal, False de lo contrario.

Seguridad de .NET Framework

Vea también

Referencia

DbccStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)