This topic has not yet been rated - Rate this topic

DistributionArticle.Script Method

Generates a Transact-SQL script that can be used to create or delete the article with the specified properties.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
public string Script(
	ScriptOptions scriptOption
)

Parameters

scriptOption
Type: Microsoft.SqlServer.Replication.ScriptOptions
A ScriptOptions object value that specifies the scripting options.

Return Value

Type: System.String
A String value that is the script.

The scriptOption parameter determines whether to return a creation script or a deletion script. The Script method can be used for an existing object or a new object.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.