UpgradeSession.PostProcessUpgrade 메서드
코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public Overridable Sub PostProcessUpgrade ( _
sfcCache As Dictionary(Of String, Object), _
fileVersion As Integer _
)
‘사용 방법
Dim instance As UpgradeSession
Dim sfcCache As Dictionary(Of String, Object)
Dim fileVersion As Integer
instance.PostProcessUpgrade(sfcCache, _
fileVersion)
public virtual void PostProcessUpgrade(
Dictionary<string, Object> sfcCache,
int fileVersion
)
public:
virtual void PostProcessUpgrade(
Dictionary<String^, Object^>^ sfcCache,
int fileVersion
)
abstract PostProcessUpgrade :
sfcCache:Dictionary<string, Object> *
fileVersion:int -> unit
override PostProcessUpgrade :
sfcCache:Dictionary<string, Object> *
fileVersion:int -> unit
public function PostProcessUpgrade(
sfcCache : Dictionary<String, Object>,
fileVersion : int
)
매개 변수
- sfcCache
유형: System.Collections.Generic.Dictionary<String, Object>
A collection of sfcCache.
- fileVersion
유형: System.Int32
The file version of the specified list.