UpgradeSession.UpgradeInstance メソッド

定義

オーバーロード

名前 説明
UpgradeInstance(Type, List<SfcInstanceSerializedData>)

これは、シリアル化されたインスタンス データからインスタンスを取得するドメインのヘルパー関数です

UpgradeInstance(List<SfcInstanceSerializedData>, Int32, String, Dictionary<String,Object>)

この関数は、シリアル化された情報をドメインに転送し、アップグレードされたオブジェクト インスタンスをシークします

出力は、sml uri と対応するインスタンスのペアの一覧である必要があります。 アップグレードによって複数のインスタンスが発生する可能性があるため、一覧が必要です。 インスタンスが削除された場合は、null を返すことができます。

UpgradeInstance(Type, List<SfcInstanceSerializedData>)

これは、シリアル化されたインスタンス データからインスタンスを取得するドメインのヘルパー関数です

public object UpgradeInstance(Type newInstanceType, System.Collections.Generic.List<Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstanceSerializedData> sfcInstanceData);
member this.UpgradeInstance : Type * System.Collections.Generic.List<Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstanceSerializedData> -> obj
Public Function UpgradeInstance (newInstanceType As Type, sfcInstanceData As List(Of SfcInstanceSerializedData)) As Object

パラメーター

newInstanceType
Type
sfcInstanceData
List<SfcInstanceSerializedData>

返品

適用対象

UpgradeInstance(List<SfcInstanceSerializedData>, Int32, String, Dictionary<String,Object>)

この関数は、シリアル化された情報をドメインに転送し、アップグレードされたオブジェクト インスタンスをシークします

出力は、sml uri と対応するインスタンスのペアの一覧である必要があります。 アップグレードによって複数のインスタンスが発生する可能性があるため、一覧が必要です。 インスタンスが削除された場合は、null を返すことができます。

public virtual System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string,object>> UpgradeInstance(System.Collections.Generic.List<Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstanceSerializedData> sfcInstanceData, int fileVersion, string smlUri, System.Collections.Generic.Dictionary<string,object> sfcCache);
abstract member UpgradeInstance : System.Collections.Generic.List<Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstanceSerializedData> * int * string * System.Collections.Generic.Dictionary<string, obj> -> System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, obj>>
override this.UpgradeInstance : System.Collections.Generic.List<Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstanceSerializedData> * int * string * System.Collections.Generic.Dictionary<string, obj> -> System.Collections.Generic.List<System.Collections.Generic.KeyValuePair<string, obj>>
Public Overridable Function UpgradeInstance (sfcInstanceData As List(Of SfcInstanceSerializedData), fileVersion As Integer, smlUri As String, sfcCache As Dictionary(Of String, Object)) As List(Of KeyValuePair(Of String, Object))

パラメーター

sfcInstanceData
List<SfcInstanceSerializedData>
fileVersion
Int32
smlUri
String

返品

適用対象