Propriedade do RDL NullableConstraintDefinition.Nullable
Gets or sets a value that indicates whether the column can be NULL.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property Nullable As Boolean
Get
Set
'Uso
Dim instance As NullableConstraintDefinition
Dim value As Boolean
value = instance.Nullable
instance.Nullable = value
public bool Nullable { get; set; }
public:
property bool Nullable {
bool get ();
void set (bool value);
}
member Nullable : bool with get, set
function get Nullable () : boolean
function set Nullable (value : boolean)
Valor da propriedade
Tipo: System.Boolean
true if the column can be NULL; otherwise, false.