IAlternateSynchronizationPartner.PublisherDatabase プロパティ

The name of the publication database.

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

構文

'宣言
ReadOnly Property PublisherDatabase As String 
    Get
'使用
Dim instance As IAlternateSynchronizationPartner 
Dim value As String 

value = instance.PublisherDatabase
string PublisherDatabase { get; }
property String^ PublisherDatabase {
    String^ get ();
}
abstract PublisherDatabase : string
function get PublisherDatabase () : String

プロパティ値

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

関連項目

参照

IAlternateSynchronizationPartner インターフェイス

Microsoft.SqlServer.Replication 名前空間