Publication.Description プロパティ
パブリケーションの説明テキストを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Property Description As String
Get
Set
'使用
Dim instance As Publication
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 プロパティを取得できるのは、パブリッシャー側の固定サーバー ロール sysadmin のメンバー、パブリケーション データベースの固定データベース ロール db_owner のメンバー、またはパブリケーション アクセス リスト (PAL) のユーザーだけです。
Description プロパティを設定できるのは、パブリッシャー側の固定サーバー ロール sysadmin のメンバー、またはパブリケーション データベースの固定データベース ロール db_owner のメンバーだけです。 既存のパブリケーションの Description プロパティは、PAL のユーザーが設定できます。
Description プロパティを取得すると、sp_helppublicationsp_helppublication (Transact-SQL) または sp_helpmergepublicationsp_helpmergepublication (Transact-SQL) を実行したのと同じことになります。
Description プロパティを設定すると、sp_addpublication (Transact-SQL) と sp_changepublication (Transact-SQL)、または sp_addmergepublication (Transact-SQL) と sp_changemergepublication (Transact-SQL) を実行したのと同じことになります。