MergePublication.ScriptPublicationActivation Method
Generates a Transact-SQL script that, when run, sets the status of a merge publication to active.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)
Syntax
'Declaration
Public Function ScriptPublicationActivation ( _
scriptOption As ScriptOptions _
) As String
public string ScriptPublicationActivation (
ScriptOptions scriptOption
)
public:
String^ ScriptPublicationActivation (
ScriptOptions scriptOption
)
public String ScriptPublicationActivation (
ScriptOptions scriptOption
)
public function ScriptPublicationActivation (
scriptOption : ScriptOptions
) : String
Parameters
- scriptOption
A ScriptOptions value that specifies the script that is generated.
Return Value
A String value that is the Transact-SQL script.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
MergePublication Class
MergePublication Members
Microsoft.SqlServer.Replication Namespace