Dela via


DefaultConstraint.WithValues Property

Gets or sets whether WITH VALUES tokens were defined.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property WithValues As Boolean
'Usage
Dim instance As DefaultConstraint 
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);
}
public function get WithValues () : boolean 
public function set WithValues (value : boolean)

Property Value

Type: System.Boolean
Returns True if WITH VALUES tokens were defined; otherwise, False.

.NET Framework Security

See Also

Reference

DefaultConstraint Class

DefaultConstraint Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace