HeterogeneousColumn.DestinationNullable 属性

Gets or sets whether the destination data can accept null values.

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)

语法

声明
Public Property DestinationNullable As Boolean 
    Get 
    Set
用法
Dim instance As HeterogeneousColumn 
Dim value As Boolean 

value = instance.DestinationNullable

instance.DestinationNullable = value
public bool DestinationNullable { get; set; }
public:
property bool DestinationNullable {
    bool get ();
    void set (bool value);
}
member DestinationNullable : bool with get, set
function get DestinationNullable () : boolean 
function set DestinationNullable (value : boolean)

属性值

类型:System.Boolean
A Boolean value.If true, the destination data can be set to null.If false, the destination data cannot be set to null.

注释

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

请参阅

参考

HeterogeneousColumn 类

Microsoft.SqlServer.Replication 命名空间