Olvasás angol nyelven

Megosztás a következőn keresztül:


HeterogeneousTable.HasUniqueConstraintNullable Property

Gets or sets whether the unique constraint allows null values.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

public bool HasUniqueConstraintNullable { get; set; }

Property Value

Type: System.Boolean
A Boolean value.
If true, null values are allowed.
If false, null values are not allowed.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.