MergeSubscription.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 包含合併訂閱文字描述的值。
備註
Description該屬性用來指定訂閱的親切名稱。
Description該屬性僅能由Publisher的系統管理員固定伺服器角色成員、出版資料庫中固定資料庫db_owner角色的成員,或訂閱所屬出版品的出版存取清單成員取得。
Description此屬性僅能由Publisher的系統管理員固定伺服器角色成員,或由發佈資料庫中db_owner固定資料庫角色的成員設定。
檢索 Description 等同於執行 sp_helpmergesubscription。
設定 Description 等同於執行 sp_addmergesubscription 或 sp_changemergesubscription。