Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the nullable constraint.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property NullableConstraint As NullableConstraintDefinition
Get
Set
'Usage
Dim instance As CreateTypeUddtStatement
Dim value As NullableConstraintDefinition
value = instance.NullableConstraint
instance.NullableConstraint = value
public NullableConstraintDefinition NullableConstraint { get; set; }
public:
property NullableConstraintDefinition^ NullableConstraint {
NullableConstraintDefinition^ get ();
void set (NullableConstraintDefinition^ value);
}
member NullableConstraint : NullableConstraintDefinition with get, set
function get NullableConstraint () : NullableConstraintDefinition
function set NullableConstraint (value : NullableConstraintDefinition)
Eigenschaftswert
Typ: Microsoft.SqlServer.TransactSql.ScriptDom.NullableConstraintDefinition
The nullable constraint.