This topic has not yet been rated - Rate this topic

TransPublication Constructor (String, String, ServerConnection)

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.