UpgradeSession.UpgradeInstance 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 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
- sfcCache
- Dictionary<String,Object>