Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the client Net-Library that is used when connecting to the Publisher.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property PublisherNetwork As NetworkType
Get
Set
'Usage
Dim instance As IMergeSynchronizationAgent
Dim value As NetworkType
value = instance.PublisherNetwork
instance.PublisherNetwork = value
NetworkType PublisherNetwork { get; set; }
property NetworkType PublisherNetwork {
NetworkType get ();
void set (NetworkType value);
}
abstract PublisherNetwork : NetworkType with get, set
function get PublisherNetwork () : NetworkType
function set PublisherNetwork (value : NetworkType)
Property Value
Type: Microsoft.SqlServer.Replication.NetworkType
A NetworkType value that indicates the Net-Library to use.