RegisteredSubscriber.Name 屬性

定義

取得或設定已註冊之訂閱者的名稱。

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

屬性值

String

String 值,可指定已註冊之訂閱者的名稱。

備註

在中 Microsoft SQL Server 2005 ,不再需要在「發行者」端明確註冊「訂閱者」。 提供這個屬性是為了與舊版的回溯相容性 SQL Server 。

Name屬性是讀取/寫入屬性,但必須在建立物件之前設定此屬性。

適用於