Udostępnij przez


HeterogeneousColumn.DataLoss Property

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

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

Syntax

'Deklaracja
Public Property DataLoss As Boolean
public bool DataLoss { get; set; }
public:
property bool DataLoss {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_DataLoss ()

/** @property */
public void set_DataLoss (boolean value)
public function get DataLoss () : boolean

public function set DataLoss (value : 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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.