TransSynchronizationAgent.PublisherDatabase プロパティ

定義

出版物データベースの名前を取得するか設定します。

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

プロパティ値

パブリケーション データベースの名前。

実装

注釈

PublisherDatabase は必須プロパティです。 PublisherDatabasenullの場合は例外が投げられます。

適用対象