IMergeSynchronizationAgent.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 IMergeSynchronizationAgent
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
A String value that represents the name of the subscription database.