Свойство HasUniqueConstraintNullable
Gets or sets whether the unique constraint allows null values.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)
Синтаксис
'Декларация
Public Property HasUniqueConstraintNullable As Boolean
Get
Set
'Применение
Dim instance As HeterogeneousTable
Dim value As Boolean
value = instance.HasUniqueConstraintNullable
instance.HasUniqueConstraintNullable = value
public bool HasUniqueConstraintNullable { get; set; }
public:
property bool HasUniqueConstraintNullable {
bool get ();
void set (bool value);
}
member HasUniqueConstraintNullable : bool with get, set
function get HasUniqueConstraintNullable () : boolean
function set HasUniqueConstraintNullable (value : boolean)
Значение свойства
Тип System. . :: . .Boolean
A Boolean value.
If true, null values are allowed.
If false, null values are not allowed.
Замечания
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.