SqlCeScripter.Script Method

Retrieves the scripts from the Transact-SQL statements.

Namespace:  Microsoft.SqlServerCe.Management.Scripting
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Function Script As StringCollection
'Usage
Dim instance As SqlCeScripter
Dim returnValue As StringCollection

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

Return Value

Type: System.Collections.Specialized.StringCollection
The scripts for the given destination.

See Also

Reference

SqlCeScripter Class

Microsoft.SqlServerCe.Management.Scripting Namespace