次の方法で共有


ITransSynchronizationAgent.SubscriberDatabasePath プロパティ

Gets or sets the path of the subscription database.

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

構文

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

value = instance.SubscriberDatabasePath

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

プロパティ値

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

関連項目

参照

ITransSynchronizationAgent インターフェイス

Microsoft.SqlServer.Replication 名前空間