Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a value that indicates whether null values are allowed in this column.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property AllowNull As Boolean
Get
Set
'Usage
Dim instance As SyncSchemaColumn
Dim value As Boolean
value = instance.AllowNull
instance.AllowNull = value
public bool AllowNull { get; set; }
public:
property bool AllowNull {
bool get ();
void set (bool value);
}
member AllowNull : bool with get, set
function get AllowNull () : boolean
function set AllowNull (value : boolean)
Property Value
Type: System.Boolean
true if null values are allowed; otherwise, false.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | value is a null reference (Nothing in Visual Basic). |