DistributionPublisher.PublisherType プロパティ

定義

Publisherタイプを取得するか設定します。

public:
 property System::String ^ PublisherType { System::String ^ get(); void set(System::String ^ value); };
public string PublisherType { get; set; }
member this.PublisherType : string with get, set
Public Property PublisherType As String

プロパティ値

Publisherタイプです。

注釈

有効な PublisherType 値は「MSSQLSERVER」、「ORACLE」、「ORACLE GATEWAY」です。 デフォルト値は「MSSQLSERVER」です。

PublisherType特性は非SQL Server Publisher者とのみ使用すべきです。

PublisherTypeプロパティは既存のPublisherに対して設定することはできません。

PublisherTypeプロパティはディストリビューターの固定サーバーロールのsysadminのメンバーのみが取得可能です。

PublisherTypeプロパティは、ディストリビューターのsysadmin固定サーバーロールのメンバーのみが設定可能です。

PublisherTypeの取得はsp_helpdistpublisherを実行するのと同等です。

PublisherTypeプロパティを設定することはsp_adddistpublisherを実行するのと同等です。

適用対象