Właściwość MergeSynchronizationAgent.Publisher
Gets or sets the name of the instance of Microsoft SQL Server that is the Publisher for the subscription.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Replication (w Microsoft.SqlServer.Replication.dll)
Składnia
'Deklaracja
Public Overridable Property Publisher As String
Get
Set
'Użycie
Dim instance As MergeSynchronizationAgent
Dim value As String
value = instance.Publisher
instance.Publisher = value
public virtual string Publisher { get; set; }
public:
virtual property String^ Publisher {
String^ get ();
void set (String^ value);
}
abstract Publisher : string with get, set
override Publisher : string with get, set
function get Publisher () : String
function set Publisher (value : String)
Wartość właściwości
Typ: System.String
A String wartości.
Implementacje
Uwagi
Publisherjest wymagana właściwość.Wyjątek jest Jeśli Publisher właściwość jest zestaw do nullodwołanie o wartości null (Nothing w języku Visual Basic).
Zobacz także