Compartilhar via


Propriedade do RDL SqlCeReplication.ExchangeType

Esse tipo tem um atributo SecurityCriticalAttribute, que o restringe a uso interno pela biblioteca de classes do .NET Framework for Silverlight. O código do aplicativo que usa qualquer membro desse tipo gera um MethodAccessException.

[SEGURANÇA CRÍTICA]

Especifica se a sincronização entre o Editor e o Assinante é bidirecional ou somente de carregamento.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)

Sintaxe

'Declaração
Public Property ExchangeType As ExchangeType
    Get
    Set
'Uso
Dim instance As SqlCeReplication
Dim value As ExchangeType

value = instance.ExchangeType

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

Valor da propriedade

Tipo: System.Data.SqlServerCe.ExchangeType
A constante ExchangeType que especifica se os dados são mesclados somente com o Editor ou nas duas direções entre o Editor e o Assinante.

Consulte também

Referência

SqlCeReplication Classe

Namespace System.Data.SqlServerCe