Compartir a través de


SnapshotGenerationAgent.PublisherNetworkLibrary Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the Network library used when connecting locally to the Publisher using SQL Server Authentication.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
Public Property PublisherNetworkLibrary As String 
    Get 
    Set
'Uso
Dim instance As SnapshotGenerationAgent 
Dim value As String 

value = instance.PublisherNetworkLibrary

instance.PublisherNetworkLibrary = value
public string PublisherNetworkLibrary { get; set; }
public:
virtual property String^ PublisherNetworkLibrary {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract PublisherNetworkLibrary : string with get, set 
override PublisherNetworkLibrary : string with get, set
final function get PublisherNetworkLibrary () : String 
final function set PublisherNetworkLibrary (value : String)

Valor de la propiedad

Tipo: System.String
The Network library used when connecting locally to the Publisher using SQL Server Authentication.

Implementa

ISnapshotGenerationAgent.PublisherNetworkLibrary

Vea también

Referencia

SnapshotGenerationAgent Clase

Espacio de nombres Microsoft.SqlServer.Replication