Compartilhar via


Propriedade do RDL HeterogeneousColumn.DataLoss

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

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
Public Property DataLoss As Boolean 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: 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.

Comentários

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

Consulte também

Referência

HeterogeneousColumn Classe

Namespace Microsoft.SqlServer.Replication