SqlCeReplication.ExchangeType Propiedad
Este tipo tiene un atributo SecurityCriticalAttribute, que lo restringe a su uso interno por la biblioteca de clases de .NET Framework para Silverlight. El código de aplicación que usa cualquier miembro de este tipo genera una excepción MethodAccessException.
[IMPORTANTE PARA LA SEGURIDAD]
Especifica si la sincronización entre el publicador y el suscriptor es bidireccional o solo de carga.
Espacio de nombres: System.Data.SqlServerCe
Ensamblado: System.Data.SqlServerCe (en System.Data.SqlServerCe.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.Data.SqlServerCe.ExchangeType
La constante ExchangeType que especifica si los datos se mezclan en la dirección del publicador o en ambas direcciones, entre el publicador y el suscriptor.