DataLoss 속성

Gets or sets whether information loss may occur when column data is replicated to the Subscriber.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo.dll의 Microsoft.SqlServer.Rmo

구문

‘선언
Public Property DataLoss As Boolean
    Get
    Set
‘사용 방법
Dim instance As HeterogeneousColumn
Dim value As Boolean

value = instance.DataLoss

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

속성 값

형식: System. . :: . .Boolean
A Boolean value.
If true, data loss can occur on the column during replication to the Subscriber.
If false, data loss cannot occur on the column during replication to the Subscriber.

주의

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