PolicyStoreUpgradeSession.PostProcessUpgrade メソッド

ポリシー ストアのアップグレード後にキャッシュを更新するプロセスを実行します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
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
)

パラメーター

  • fileVersion
    型: System.Int32
    ポリシー ストアのファイル バージョンを示す Int32 値です。

関連項目

参照

PolicyStoreUpgradeSession クラス

Microsoft.SqlServer.Management.Dmf 名前空間