InsertBulkColumnDefinition.NullNotNull Property
Gets or sets a value with respect to null.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property NullNotNull As NullNotNull
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)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.NullNotNull
Returns a NullNotNull enumeration value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.