Compartir a través de


DefaultConstraint.WithValues (Propiedad)

Obtiene o establece si se definieron los tokens WITH VALUES.

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 WithValues As Boolean
    Get
    Set
public bool WithValues { get; set; }
public:
property bool WithValues {
    bool get ();
    void set (bool value);
}
member WithValues : bool with get, set
function get WithValues () : boolean
function set WithValues (value : boolean)

Valor de propiedad

Tipo: System.Boolean
Devuelve True si se definieron los tokens WITH VALUES, False de lo contrario.

Seguridad de .NET Framework

Vea también

Referencia

DefaultConstraint Clase

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