Proprietà DefaultConstraint
Gets or sets a default value for the column.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.ZeroToOne)> _
Public ReadOnly Property DefaultConstraint As DefaultConstraint
Get
'Utilizzo
Dim instance As Column
Dim value As DefaultConstraint
value = instance.DefaultConstraint
[SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.ZeroToOne)]
public DefaultConstraint DefaultConstraint { get; }
[SfcObjectAttribute(SfcObjectRelationship::ChildObject, SfcObjectCardinality::ZeroToOne)]
public:
property DefaultConstraint^ DefaultConstraint {
DefaultConstraint^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.ZeroToOne)>]
member DefaultConstraint : DefaultConstraint
function get DefaultConstraint () : DefaultConstraint
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .DefaultConstraint
A DefaultConstraint value that specifies a default value for the column.
Osservazioni
The DefaultConstraint property specifies a default text value for the column. When no value is supplied by the user, the default text value is inserted into a row in the table. The text value can be set by setting the Text property of the DefaultConstraint object that is referenced by the DefaultConstraint property.
Vedere anche