RegisteredSubscriber.Description 속성

정의

개체에 대한 텍스트 설명을 가져오거나 설정합니다.

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

속성 값

등록된 구독자에 대한 텍스트 설명을 포함하는 String 값입니다.

설명

Microsoft SQL Server 2005에서는 더 이상 게시자에 구독자를 명시적으로 등록할 필요가 없습니다. 이 속성은 이전 버전의 SQL Server 이전 버전과의 호환성을 위해 제공됩니다.

적용 대상