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.