Metodo PostProcessUpgrade
Runs a process to update the cache after a policy store upgrade.
Spazio dei nomi Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Overrides Sub PostProcessUpgrade ( _
sfcCache As Dictionary(Of String, Object), _
fileVersion As Integer _
)
'Utilizzo
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
)
Parametri
- sfcCache
Tipo: System.Collections.Generic. . :: . .Dictionary< (Of < ( <'String, Object> ) > ) >
A Dictionary object of String and Object values that specifies the objects held in cache during upgrade.
- fileVersion
Tipo: System. . :: . .Int32
An Int32 value that specifies the file version of the policy store.
Vedere anche