Поделиться через


Метод UpgradeSession.UpgradeInstance (List<SfcInstanceSerializedData>, Int32, String, Dictionary<String, Object>)

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
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))
'Применение
Dim instance As UpgradeSession 
Dim sfcInstanceData As List(Of SfcInstanceSerializedData)
Dim fileVersion As Integer 
Dim smlUri As String 
Dim sfcCache As Dictionary(Of String, Object)
Dim returnValue As List(Of KeyValuePair(Of String, Object))

returnValue = instance.UpgradeInstance(sfcInstanceData, _
    fileVersion, smlUri, sfcCache)
public virtual List<KeyValuePair<string, Object>> UpgradeInstance(
    List<SfcInstanceSerializedData> sfcInstanceData,
    int fileVersion,
    string smlUri,
    Dictionary<string, Object> sfcCache
)
public:
virtual List<KeyValuePair<String^, Object^>>^ UpgradeInstance(
    List<SfcInstanceSerializedData>^ sfcInstanceData, 
    int fileVersion, 
    String^ smlUri, 
    Dictionary<String^, Object^>^ sfcCache
)
abstract UpgradeInstance : 
        sfcInstanceData:List<SfcInstanceSerializedData> * 
        fileVersion:int * 
        smlUri:string * 
        sfcCache:Dictionary<string, Object> -> List<KeyValuePair<string, Object>> 
override UpgradeInstance : 
        sfcInstanceData:List<SfcInstanceSerializedData> * 
        fileVersion:int * 
        smlUri:string * 
        sfcCache:Dictionary<string, Object> -> List<KeyValuePair<string, Object>> 
public function UpgradeInstance(
    sfcInstanceData : List<SfcInstanceSerializedData>, 
    fileVersion : int, 
    smlUri : String, 
    sfcCache : Dictionary<String, Object>
) : List<KeyValuePair<String, Object>>

Параметры

  • fileVersion
    Тип: System.Int32
    The file version of the specified list.
  • smlUri
    Тип: System.String
    Represents the sml uniform resource identifier.

Возвращаемое значение

Тип: System.Collections.Generic.List<KeyValuePair<String, Object>>
The list of serialized information to the domain.

См. также

Справочник

UpgradeSession Класс

Перегрузка UpgradeInstance

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc