TransSynchronizationAgent.SubscriberDatabase プロパティ

定義

サブスクリプション データベースの名前を取得します。値の設定も可能です。

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

プロパティ値

サブスクリプション データベースの名前。

実装

注釈

SubscriberDatabase は必須プロパティです。 SubscriberDatabasenull の場合は、例外がスローされます。

適用対象