Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Parameters
- so
Type: Microsoft.SqlServer.Management.Smo.ScriptingOptions
A ScriptingOptions object value that is used to specify the script options.
Return Value
Type: System.Collections.Specialized.StringCollection
A StringCollection system object value that contains a list of Transact-SQL statements in the script.
Implements
IScriptable.Script(ScriptingOptions)
Remarks
The generated script might contain undocumented, internal procedures, which are required for the complete script output.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace