This topic has not yet been rated - Rate this topic

Scripter.EnumScriptWithList Method (UrnCollection)

Creates a linear Transact-SQL script based on a URN collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public IEnumerable<string> EnumScriptWithList(
	UrnCollection list
)

Return Value

Type: System.Collections.Generic.IEnumerable<String>
A IEnumerable interface that exposes an enumerator that supports a simple iteration over a script. This script contains UrnCollection objects and the DependencyCollection for each of those urns.

The return value contains data if the ScriptData property has been set to True before this method is run.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.