Compartir a través de


DefaultConstraintDefinition.WithValues Propiedad

Gets or sets a value that indicates whether the WITH VALUES tokens were defined.

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

Sintaxis

'Declaración
Public Property WithValues As Boolean 
    Get 
    Set
'Uso
Dim instance As DefaultConstraintDefinition 
Dim value As Boolean 

value = instance.WithValues

instance.WithValues = value
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 la propiedad

Tipo: System.Boolean
True if the WITH VALUES tokens were defined; otherwise, false.

Vea también

Referencia

DefaultConstraintDefinition Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom