SqlCeReplication::DistributorNetwork Property
Visual Studio 2010
This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
The NetworkType constant used by the SQL Server Reconciler to communicate with the Distributor.
[SECURITY CRITICAL]
Namespace:
System.Data.SqlServerCeSpecifies the network protocol used when the SQL Server Reconciler communicates with the Distributor.
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
public: property NetworkType DistributorNetwork { NetworkType get (); void set (NetworkType value); }
Property Value
Type: System.Data.SqlServerCe::NetworkTypeThe NetworkType constant used by the SQL Server Reconciler to communicate with the Distributor.
Show: