Поделиться через


Метод ExtendedStoredProcedure.Alter

Updates the extended stored procedure on the instance of SQL Server with any property changes that have been made to the ExtendedStoredProcedure object that it represents. 

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub Alter
'Применение
Dim instance As ExtendedStoredProcedure

instance.Alter()
public void Alter()
public:
virtual void Alter() sealed
abstract Alter : unit -> unit  
override Alter : unit -> unit
public final function Alter()

Реализует

IAlterable.Alter()

Примеры

Работа с объектами базы данных

См. также

Справочник

ExtendedStoredProcedure Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Extended Stored Procedures