IScriptable.Script Method

Generates a Transact-SQL script that can be used to re-create the SMO object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Function Script As StringCollection
'Usage
Dim instance As IScriptable 
Dim returnValue As StringCollection 

returnValue = instance.Script()
StringCollection Script()
StringCollection^ Script()
abstract Script : unit -> StringCollection
function Script() : StringCollection

Return Value

Type: System.Collections.Specialized.StringCollection
A StringCollection system object value that contains a list of Transact-SQL statements in the script.

Remarks

The generated script might contain undocumented, internal procedures, which are required for the complete script output.

See Also

Reference

IScriptable Interface

Script Overload

Microsoft.SqlServer.Management.Smo Namespace