Compartir a través de


RegisteredSubscriber.Description Propiedad

Definición

Obtiene o establece una descripción textual del objeto.

public:
 property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
public string Description { get; set; }
member this.Description : string with get, set
Public Property Description As String

Valor de propiedad

Valor String que contiene un texto descriptivo del suscriptor registrado.

Comentarios

En Microsoft SQL Server 2005, ya no es necesario registrar explícitamente un suscriptor en el publicador. Esta propiedad se proporciona para la compatibilidad con versiones anteriores de SQL Server.

Se aplica a