DistributionPublisher.PublisherType プロパティ
パブリッシャーの種類を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Property PublisherType As String
Get
Set
'使用
Dim instance As DistributionPublisher
Dim value As String
value = instance.PublisherType
instance.PublisherType = value
public string PublisherType { get; set; }
public:
property String^ PublisherType {
String^ get ();
void set (String^ value);
}
member PublisherType : string with get, set
function get PublisherType () : String
function set PublisherType (value : String)
プロパティ値
型: System.String
パブリッシャーの種類です。
説明
PublisherType の有効な値は、"MSSQLSERVER"、"ORACLE"、および "ORACLE GATEWAY" です。 既定値は "MSSQLSERVER" です。
PublisherType プロパティは、SQL Server 以外のパブリッシャーでのみ使用されます。
PublisherType プロパティは、既存のパブリッシャーには設定できません。
PublisherType プロパティを取得できるのは、ディストリビューター側の固定サーバー ロール sysadmin のメンバーだけです。
PublisherType プロパティを設定できるのは、ディストリビューター側の固定サーバー ロール sysadmin のメンバーだけです。
PublisherType プロパティを取得すると、sp_helpdistpublisher を実行したのと同じことになります。
PublisherType プロパティを設定すると、sp_adddistpublisher を実行したのと同じことになります。