次の方法で共有


ITransSynchronizationAgent.SubscriberDatabase プロパティ

Gets or sets the name of the subscription database.

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)

構文

'宣言
Property SubscriberDatabase As String 
    Get 
    Set
'使用
Dim instance As ITransSynchronizationAgent 
Dim value As String 

value = instance.SubscriberDatabase

instance.SubscriberDatabase = value
string SubscriberDatabase { get; set; }
property String^ SubscriberDatabase {
    String^ get ();
    void set (String^ value);
}
abstract SubscriberDatabase : string with get, set
function get SubscriberDatabase () : String 
function set SubscriberDatabase (value : String)

プロパティ値

型: System.String
The name of the subscription database.

関連項目

参照

ITransSynchronizationAgent インターフェイス

Microsoft.SqlServer.Replication 名前空間