Propriedade do RDL InsertBulkColumnDefinition.NullNotNull
Gets or sets a value with respect to null. Optional NULL / NOT NULL constraint.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property NullNotNull As NullNotNull
Get
Set
'Uso
Dim instance As InsertBulkColumnDefinition
Dim value As NullNotNull
value = instance.NullNotNull
instance.NullNotNull = value
public NullNotNull NullNotNull { get; set; }
public:
property NullNotNull NullNotNull {
NullNotNull get ();
void set (NullNotNull value);
}
member NullNotNull : NullNotNull with get, set
function get NullNotNull () : NullNotNull
function set NullNotNull (value : NullNotNull)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.NullNotNull
A value with respect to null.