Partager via


Propriété ISnapshotGenerationAgent.DistributorNetworkLibrary

Gets or sets the distributor network library.

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

Syntaxe

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

value = instance.DistributorNetworkLibrary

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

Valeur de propriété

Type : System.String
The distributor network library.

Voir aussi

Référence

ISnapshotGenerationAgent Interface

Espace de noms Microsoft.SqlServer.Replication