PullSubscription.PublisherName プロパティ
パブリッシャーの名前を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Property PublisherName As String
Get
Set
'使用
Dim instance As PullSubscription
Dim value As String
value = instance.PublisherName
instance.PublisherName = value
public string PublisherName { get; set; }
public:
property String^ PublisherName {
String^ get ();
void set (String^ value);
}
member PublisherName : string with get, set
function get PublisherName () : String
function set PublisherName (value : String)
プロパティ値
型: System.String
パブリッシャーの名前です。
説明
PublisherName は必須プロパティであり、サーバーでサブスクリプションを作成する前に設定する必要があります。 サーバーでサブスクリプションを登録した後に PublisherName プロパティを変更することはできません。
PublisherName プロパティを取得できるのは、サブスクライバー側の固定サーバー ロール sysadmin のメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner のメンバーだけです。
PublisherName プロパティを設定できるのは、サブスクライバー側の固定サーバー ロール sysadmin のメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner のメンバーだけです。
PublisherName プロパティを取得すると、sp_helppullsubscription (Transact-SQL) または sp_helpmergepullsubscription (Transact-SQL) を実行したのと同じことになります。
PublisherName プロパティを設定すると、sp_addpullsubscription (Transact-SQL) または sp_addmergepullsubscription (Transact-SQL) を実行したのと同じことになります。
関連項目
参照
Microsoft.SqlServer.Replication 名前空間