UpgradeSession.PostProcessUpgrade Método
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Overridable Sub PostProcessUpgrade ( _
sfcCache As Dictionary(Of String, Object), _
fileVersion As Integer _
)
'Uso
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
)
Parámetros
- sfcCache
Tipo: System.Collections.Generic.Dictionary<String, Object>
A collection of sfcCache.
- fileVersion
Tipo: System.Int32
The file version of the specified list.