This topic has not yet been rated - Rate this topic

Federation.Script Method (ScriptingOptions)

SQL Server 2012

Generates a Transact-SQL script that can be used to re-create the federation with specified options.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public StringCollection Script(
	ScriptingOptions scriptingOptions
)

Parameters

scriptingOptions
Type: Microsoft.SqlServer.Management.Smo.ScriptingOptions
The script options.

Return Value

Type: System.Collections.Specialized.StringCollection
A collection of strings that represents the Transact-SQL that can be used to re-create the federation.

Implements

IScriptable.Script(ScriptingOptions)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.