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 a value with respect to null. Optional NULL / NOT NULL constraint.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.NullNotNull
A value with respect to null.
Vea también
Referencia
InsertBulkColumnDefinition Clase
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom