Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the nullable constraint for the column.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Nullable As NullableConstraintDefinition
Get
Set
'Usage
Dim instance As ResultColumnDefinition
Dim value As NullableConstraintDefinition
value = instance.Nullable
instance.Nullable = value
public NullableConstraintDefinition Nullable { get; set; }
public:
property NullableConstraintDefinition^ Nullable {
NullableConstraintDefinition^ get ();
void set (NullableConstraintDefinition^ value);
}
member Nullable : NullableConstraintDefinition with get, set
function get Nullable () : NullableConstraintDefinition
function set Nullable (value : NullableConstraintDefinition)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.NullableConstraintDefinition
The nullable constraint for the column.