StoredProcedure Constructor
Initializes a new instance of the StoredProcedure class.
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.
Список перегрузок
Имя | Description |
---|---|
StoredProcedure () |
Initializes a new instance of the StoredProcedure class.
|
StoredProcedure (Database, String) |
Initializes a new instance of the StoredProcedure class on the specified database and with the specified name.
|
StoredProcedure (Database, String, String) |
Initializes a new instance of the StoredProcedure class on the specified database and with the specified name and schema.
|
См. также
Справочник
StoredProcedure Class
StoredProcedure Members
Microsoft.SqlServer.Management.Smo Namespace
Другие ресурсы
Creating, Altering, and Removing Stored Procedures
CREATE PROCEDURE (Transact-SQL)