Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a new instance of the DistributionPublication class, with the required properties and with a connection to the Distributor.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
distributionDBName As String, _
publisherName As String, _
publicationDBName As String, _
connectionContext As ServerConnection _
)
'Usage
Dim name As String
Dim distributionDBName As String
Dim publisherName As String
Dim publicationDBName As String
Dim connectionContext As ServerConnection
Dim instance As New DistributionPublication(name, distributionDBName, _
publisherName, publicationDBName, _
connectionContext)
public DistributionPublication(
string name,
string distributionDBName,
string publisherName,
string publicationDBName,
ServerConnection connectionContext
)
public:
DistributionPublication(
String^ name,
String^ distributionDBName,
String^ publisherName,
String^ publicationDBName,
ServerConnection^ connectionContext
)
new :
name:string *
distributionDBName:string *
publisherName:string *
publicationDBName:string *
connectionContext:ServerConnection -> DistributionPublication
public function DistributionPublication(
name : String,
distributionDBName : String,
publisherName : String,
publicationDBName : String,
connectionContext : ServerConnection
)
Parameters
- name
Type: System.String
A String value that specifies the name of the publication.
- distributionDBName
Type: System.String
A String value that specifies the name of the distribution database.
- publisherName
Type: System.String
A String value that specifies the name of the Publisher.
- publicationDBName
Type: System.String
A String value that specifies the name of the publication database.
- connectionContext
Type: Microsoft.SqlServer.Management.Common.ServerConnection
A ServerConnection object that specifies the connection context for the Distributor connection.