SqlCeReplication.PublisherNetwork Property
Specifies the network protocol used when the SQL Server Replication Provider communicates with the Publisher.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in system.data.sqlserverce.dll)
Syntax
'Declaration
Public Property PublisherNetwork As NetworkType
'Usage
Dim instance As SqlCeReplication
Dim value As NetworkType
value = instance.PublisherNetwork
instance.PublisherNetwork = value
public NetworkType PublisherNetwork { get; set; }
public:
property NetworkType PublisherNetwork {
NetworkType get ();
void set (NetworkType value);
}
/** @property */
public NetworkType get_PublisherNetwork ()
/** @property */
public void set_PublisherNetwork (NetworkType value)
public function get PublisherNetwork () : NetworkType
public function set PublisherNetwork (value : NetworkType)
Not applicable.
Property Value
The NetworkType constant that specifies the network protocol used.
Remarks
This property must be specified when the SQL Server Replication Provider connects to the Publisher using a network protocol other than the default protocol specified in Client Network Utility.
The PublisherAddress property must also be specified if the value of the PublisherNetwork property is not set to DefaultNetwork.
The NetworkType can be set to one of the following constants:
Constant |
Description |
---|---|
DefaultNetwork |
Use the current configured client Net-Library (default). |
Multiprotocol Net Library. |
|
TCP/IP Sockets Net-Library. |
Platforms
Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows XP Professional x64 Edition, Windows XP SP2
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Version Information
.NET Framework
Supported in: 3.0
.NET Compact Framework
Supported in: 2.0, 1.0
See Also
Reference
SqlCeReplication Class
SqlCeReplication Members
System.Data.SqlServerCe Namespace