Partager via


Propriété ISnapshotGenerationAgent.PublisherNetworkLibrary

Gets or sets the publisher network library.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Property PublisherNetworkLibrary As String 
    Get 
    Set
'Utilisation
Dim instance As ISnapshotGenerationAgent 
Dim value As String 

value = instance.PublisherNetworkLibrary

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

Valeur de propriété

Type : System.String
The publisher network library.

Voir aussi

Référence

ISnapshotGenerationAgent Interface

Espace de noms Microsoft.SqlServer.Replication