次の方法で共有


PullSubscription.DistributorName プロパティ

サブスクライブの対象となるパブリケーションをディストリビューターとして配信する Microsoft SQL Server のインスタンスを取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Property DistributorName As String 
    Get 
    Set
'使用
Dim instance As PullSubscription 
Dim value As String 

value = instance.DistributorName

instance.DistributorName = value
public string DistributorName { get; set; }
public:
property String^ DistributorName {
    String^ get ();
    void set (String^ value);
}
member DistributorName : string with get, set
function get DistributorName () : String 
function set DistributorName (value : String)

プロパティ値

型: System.String
ディストリビューターの名前です。

説明

DistributorName は必須プロパティであり、サーバーでサブスクリプションを作成する前に設定する必要があります。 サーバーでサブスクリプションを登録した後に DistributorName プロパティを変更することはできません。

DistributorName プロパティを取得できるのは、サブスクライバー側の固定サーバー ロール sysadmin のメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner のメンバーだけです。

DistributorName プロパティを設定できるのは、サブスクライバー側の固定サーバー ロール sysadmin のメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner のメンバーだけです。

DistributorName プロパティを取得すると、sp_helppullsubscription (Transact-SQL) または sp_helpmergepullsubscription (Transact-SQL) を実行したのと同じことになります。

DistributorName プロパティを設定すると、sp_addpullsubscription (Transact-SQL) または sp_addmergepullsubscription (Transact-SQL) を実行したのと同じことになります。

関連項目

参照

PullSubscription クラス

Microsoft.SqlServer.Replication 名前空間