UpgradeSession.UpgradeInstance 메서드

정의

오버로드

Name Description
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

반품

적용 대상