TransPublication Constructor (String, String, ServerConnection)
SQL Server 2012
Creates a new instance of the TransPublication class with the required properties.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
'Declaration PublicSubNew ( _ nameAsString, _ databaseNameAsString, _ connectionContextAsServerConnection _ ) 'Usage DimnameAsStringDimdatabaseNameAsStringDimconnectionContextAsServerConnectionDiminstanceAs NewTransPublication(name, databaseName, _ connectionContext)
Parameters
- name
- Type: System.String
A String value that specifies the name of publication.
- databaseName
- 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 represents a connection to the Publisher or to the Distributor for a non-SQL Server Publisher.