Condividi tramite


Proprietà IAlternateSynchronizationPartner.Distributor

Gets the name of the distributor.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Sintassi

'Dichiarazione
ReadOnly Property Distributor As String 
    Get
'Utilizzo
Dim instance As IAlternateSynchronizationPartner 
Dim value As String 

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

Valore proprietà

Tipo: System.String
The name of the distributor.

Vedere anche

Riferimento

IAlternateSynchronizationPartner Interfaccia

Spazio dei nomi Microsoft.SqlServer.Replication