Description プロパティ
マージ サブスクリプションの説明テキストを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Property Description As String
Get
Set
'使用
Dim instance As MergeSubscription
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
マージ サブスクリプションの説明テキストを表す String 値です。
説明
Description プロパティは、サブスクリプションの表示名を指定するために使用されます。
Description プロパティを取得できるのは、パブリッシャ側の固定サーバー ロール sysadmin のメンバ、パブリケーション データベースの固定データベース ロール db_owner のメンバ、またはサブスクリプションが属するパブリケーションのパブリケーション アクセス リストのメンバだけです。
Description プロパティを設定できるのは、パブリッシャ側の固定サーバー ロール sysadmin のメンバ、またはパブリケーション データベースの固定データベース ロール db_owner のメンバだけです。
Description を取得すると、sp_helpmergesubscription を実行したのと同じことになります。
Description を設定すると、sp_addmergesubscription または sp_changemergesubscription を実行したのと同じことになります。
この名前空間、クラス、またはメンバは、Microsoft .NET Framework 2.0 でのみサポートされています。