Share via


Article.Script Method

Generates a Transact-SQL script that can be executed to create or delete the TransArticle object or the MergeArticle object on the server.

Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (in microsoft.sqlserver.rmo.dll)

Sintaxis

'Declaración
Public Function Script ( _
    scriptOption As ScriptOptions _
) As String
public string Script (
    ScriptOptions scriptOption
)
public:
String^ Script (
    ScriptOptions scriptOption
)
public String Script (
    ScriptOptions scriptOption
)
public function Script (
    scriptOption : ScriptOptions
) : String

Parámetros

  • scriptOption
    A ScriptOptions object value that specifies the scripting options.

Valor devuelto

A String value that contains the Transact-SQL script.

Notas

The scriptOption parameter determines whether to return a creation script or a deletion script. The Script method can be used for an existing article on the server or it can be used before you create a new article on the server. For an existing article, call Load or LoadProperties to retrieve article properties from the server before calling Script.

You must specify a value of Creation or Deletion for ScriptOptions.

Any user can call the Script method. However, a script for an existing object on the server is returned only for members of the sysadmin fixed server role at the Publisher and at the Subscriber (for republishing Subscribers). A script also is returned for members of the db_owner fixed database role on the publication database and by users who are members of the PAL. For a MergeArticle object, a script will be returned for members of the replmonitor fixed database role on the Distributor.

This namespace, class, or member is supported only in the .NET Framework 2.0.

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Article Class
Article Members
Microsoft.SqlServer.Replication Namespace