DistributionPublication.PublicationDBName プロパティ
パブリケーション データベースの名前を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Property PublicationDBName As String
Get
Set
'使用
Dim instance As DistributionPublication
Dim value As String
value = instance.PublicationDBName
instance.PublicationDBName = value
public string PublicationDBName { get; set; }
public:
property String^ PublicationDBName {
String^ get ();
void set (String^ value);
}
member PublicationDBName : string with get, set
function get PublicationDBName () : String
function set PublicationDBName (value : String)
プロパティ値
型: System.String
String 値です。
説明
既存のパブリケーションに対する PublicationDBName プロパティは変更できません。
PublicationDBName プロパティを取得できるのは、ディストリビューター側の固定サーバー ロール sysadmin のメンバー、ディストリビューション データベースの固定データベース ロール db_owner のメンバー、またはパブリケーション アクセス リスト (PAL) のユーザーだけです。
PublicationDBName プロパティを設定できるのは、ディストリビューション データベースの固定データベース ロール db_owner のメンバーだけです。