IAlternateSynchronizationPartner.PublisherDatabase Property

The name of the publication database.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
ReadOnly Property PublisherDatabase As String 
    Get
'Usage
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

Property Value

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

See Also

Reference

IAlternateSynchronizationPartner Interface

Microsoft.SqlServer.Replication Namespace