Метод PostAlter
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Protected Overridable Sub PostAlter ( _
executionResult As Object _
)
'Применение
Dim executionResult As Object
Me.PostAlter(executionResult)
protected virtual void PostAlter(
Object executionResult
)
protected:
virtual void PostAlter(
Object^ executionResult
)
abstract PostAlter :
executionResult:Object -> unit
override PostAlter :
executionResult:Object -> unit
protected function PostAlter(
executionResult : Object
)
Параметры
- executionResult
Тип: System. . :: . .Object
An object that represents the result of the execution.