次の方法で共有


PullSubscription.Description プロパティ

プル サブスクリプションの説明テキストを取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Property Description As String 
    Get 
    Set
'使用
Dim instance As PullSubscription 
Dim value As String 

value = instance.Description

instance.Description = value
public string Description { get; set; }
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
member Description : string with get, set
function get Description () : String 
function set Description (value : String)

プロパティ値

型: System.String
プル サブスクリプションの説明テキストです。

説明

Description は、サブスクリプションの表示名を指定するために使用されます。

サブスクリプションがサーバー上に存在するようになった後は、Description プロパティを変更することはできません。

Description プロパティを取得できるのは、サブスクライバー側の固定サーバー ロール sysadmin のメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner のメンバーだけです。

Description プロパティを設定できるのは、サブスクライバー側の固定サーバー ロール sysadmin のメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner のメンバーだけです。

Description プロパティを取得すると、sp_helppullsubscription (Transact-SQL) または sp_helpmergepullsubscription (Transact-SQL) を実行したのと同じことになります。

Description プロパティを設定すると、sp_addpullsubscription (Transact-SQL)sp_addmergepullsubscription (Transact-SQL)sp_changesubscription (Transact-SQL)、または sp_changemergesubscription (Transact-SQL) を実行したのと同じことになります。

関連項目

参照

PullSubscription クラス

Microsoft.SqlServer.Replication 名前空間