Compartilhar via


Propriedade do RDL SqlCeReplication.DistributorNetwork

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 o protocolo de rede usado quando o SQL Server Reconciler se comunica com o Distribuidor.

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

Sintaxe

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

value = instance.DistributorNetwork

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

Valor da propriedade

Tipo: System.Data.SqlServerCe.NetworkType
A constante NetworkType usada pelo SQL Server Reconciler para se comunicar com o Distribuidor.

Consulte também

Referência

SqlCeReplication Classe

Namespace System.Data.SqlServerCe