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 のメンバだけです。
VendorName プロパティは、SQL Server 7.0、SQL Server 2000、および SQL Server 2005 で使用できます。
この名前空間、クラス、またはメンバは、.NET Framework 2.0 でのみサポートされています。