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