ISfcSerializableUpgrade.StartSerializationUpgrade Method
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Function StartSerializationUpgrade As UpgradeSession
'Usage
Dim instance As ISfcSerializableUpgrade
Dim returnValue As UpgradeSession
returnValue = instance.StartSerializationUpgrade()
UpgradeSession StartSerializationUpgrade()
UpgradeSession^ StartSerializationUpgrade()
abstract StartSerializationUpgrade : unit -> UpgradeSession
function StartSerializationUpgrade() : UpgradeSession
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.UpgradeSession
An object that contains the upgrade status.