RegisteredSubscriber.Description 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定物件的文字描述。
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 。