Méthode Script
Generates a Transact-SQL script that can be used to re-create the publication as specified by the script options.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Public Function Script ( _
scriptOption As ScriptOptions _
) As String
'Utilisation
Dim instance As Publication
Dim scriptOption As ScriptOptions
Dim returnValue As String
returnValue = instance.Script(scriptOption)
public string Script(
ScriptOptions scriptOption
)
public:
String^ Script(
ScriptOptions scriptOption
)
member Script :
scriptOption:ScriptOptions -> string
public function Script(
scriptOption : ScriptOptions
) : String
Paramètres
- scriptOption
Type : Microsoft.SqlServer.Replication. . :: . .ScriptOptions
A ScriptOptions enumeration value that specifies the scripting options.
Valeur de retour
Type : System. . :: . .String
A String that contains the Transact-SQL script that defines the publication.
Notes
The scriptOption parameter determines whether to return a creation script or a deletion script. This method can be used for an existing object or a new object.
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.