Condividi tramite


Proprietà IAlternateSynchronizationPartner.Publisher

Gets the name of the publisher.

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

Sintassi

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

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

Valore proprietà

Tipo: System.String
The name of the publisher.

Vedere anche

Riferimento

IAlternateSynchronizationPartner Interfaccia

Spazio dei nomi Microsoft.SqlServer.Replication