Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the nullable constraint for the column.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public Property Nullable As NullableConstraintDefinition
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.NullableConstraintDefinition
The nullable constraint for the column.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom