次の方法で共有


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との下位互換性のために提供されています。

適用対象