StoredProcedure.Script Method
Generates a Transact-SQL script that can be used to re-create the stored procedure.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.
Überladungsliste
Name | Description |
---|---|
StoredProcedure.Script () |
Generates a Transact-SQL script that can be used to re-create the stored procedure.
|
StoredProcedure.Script (ScriptingOptions) |
Generates a Transact-SQL script that can be used to re-create the stored procedure as specified by the script options.
|
Siehe auch
Verweis
StoredProcedure Class
StoredProcedure Members
Microsoft.SqlServer.Management.Smo Namespace
Andere Ressourcen
Scripting
CREATE PROCEDURE (Transact-SQL)
Using Linked Servers in SMO