PostProcessUpgrade 메서드
이 멤버는 UpgradeSessionPostProcessUpgrade(Dictionary<(Of <<'(String, Object>)>>), Int32)을(를) 재정의합니다.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf
구문
‘선언
Public Overrides Sub PostProcessUpgrade ( _
sfcCache As Dictionary(Of String, Object), _
fileVersion As Integer _
)
‘사용 방법
Dim instance As PolicyStoreUpgradeSession
Dim sfcCache As Dictionary(Of String, Object)
Dim fileVersion As Integer
instance.PostProcessUpgrade(sfcCache, _
fileVersion)
public override void PostProcessUpgrade(
Dictionary<string, Object> sfcCache,
int fileVersion
)
public:
virtual void PostProcessUpgrade(
Dictionary<String^, Object^>^ sfcCache,
int fileVersion
) override
abstract PostProcessUpgrade :
sfcCache:Dictionary<string, Object> *
fileVersion:int -> unit
override PostProcessUpgrade :
sfcCache:Dictionary<string, Object> *
fileVersion:int -> unit
public override function PostProcessUpgrade(
sfcCache : Dictionary<String, Object>,
fileVersion : int
)
매개 변수
- sfcCache
형식: System.Collections.Generic. . :: . .Dictionary< (Of < ( <'String, Object> ) > ) >
- fileVersion
형식: System. . :: . .Int32