Właściwość RegisteredSubscriber.Description
Pobiera lub ustawia tekstowy opis obiektu.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Rmo (w Microsoft.SqlServer.Rmo.dll)
Składnia
'Deklaracja
Public Property Description As String
Get
Set
'Użycie
Dim instance As RegisteredSubscriber
Dim value As String
value = instance.Description
instance.Description = value
public string Description { get; set; }
public:
property String^ Description {
String^ get ();
void set (String^ value);
}
member Description : string with get, set
function get Description () : String
function set Description (value : String)
Wartość właściwości
Typ: System.String
A String wartość zawiera tekstowy opis zarejestrowanych subskrybenta.
Uwagi
In Microsoft SQL Server 2005, it is no longer required to explicitly register a Subscriber at the Publisher.Ta właściwość jest przewidziane zgodność z poprzednimi wersjami SQL Server.
Description Właściwość jest dostępna z SQL Server 7.0 i SQL Server 2000.
Ten obszar nazw, klasy lub element członkowski jest obsługiwany tylko w wersja 2.0.NET Framework.