HeterogeneousColumn.DataLoss Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether information loss may occur when column data is replicated to the Subscriber.
public:
property bool DataLoss { bool get(); void set(bool value); };
public bool DataLoss { get; set; }
member this.DataLoss : bool with get, set
Public Property DataLoss As Boolean
Property Value
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.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.