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
)

参数

  • fileVersion
    类型:System.Int32
    The file version of the specified list.

请参阅

参考

UpgradeSession 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间