Freigeben über


UserDefinedTableType.Script-Methode (ScriptingOptions)

Generates a Transact-SQL script that can be used to re-create the user-defined table type as specified by the script options.

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

Syntax

'Declaration
Public Function Script ( _
    so As ScriptingOptions _
) As StringCollection
'Usage
Dim instance As UserDefinedTableType 
Dim so As ScriptingOptions 
Dim returnValue As StringCollection 

returnValue = instance.Script(so)
public StringCollection Script(
    ScriptingOptions so
)
public:
virtual StringCollection^ Script(
    ScriptingOptions^ so
) sealed
abstract Script : 
        so:ScriptingOptions -> StringCollection  
override Script : 
        so:ScriptingOptions -> StringCollection
public final function Script(
    so : ScriptingOptions
) : StringCollection

Parameter

Rückgabewert

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

Implementiert

IScriptable.Script(ScriptingOptions)

Hinweise

Das generierte Skript enthält möglicherweise undokumentierte, interne Prozeduren, die für die vollständige Skriptausgabe erforderlich sind.

Beispiele

Skripterstellung

Siehe auch

Verweis

UserDefinedTableType Klasse

Script-Überladung

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Datentypen (Datenbankmodul)

CREATE TYPE (Transact-SQL)