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
Parameter
- scriptOption
A ScriptOptions value that specifies the script that is generated.
Rückgabewert
A String value that is the Transact-SQL script.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
MergePublication Class
MergePublication Members
Microsoft.SqlServer.Replication Namespace