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