Share via


Propriété ISnapshotGenerationAgent.Distributor

Gets or sets the name of the instance of SQL Server acting as the Distributor for the publication.

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

Syntaxe

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

value = instance.Distributor

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

Valeur de propriété

Type : System.String
The name of the Distributor.

Voir aussi

Référence

ISnapshotGenerationAgent Interface

Espace de noms Microsoft.SqlServer.Replication