DistributionSubscription.PublicationDBName プロパティ
パブリケーション データベースの名前を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Property PublicationDBName As String
Get
Set
'使用
Dim instance As DistributionSubscription
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
パブリケーション データベースの名前です。
説明
このプロパティは、既存のサブスクリプションには設定できません。
PublicationDBName プロパティを取得できるのは、ディストリビューション データベースの固定データベース ロール db_owner のメンバーだけです。
PublicationDBName プロパティは、すべてのユーザーが設定できます。