PolicyStoreUpgradeSession Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class PolicyStoreUpgradeSession : Microsoft.SqlServer.Management.Sdk.Sfc.UpgradeSession
type PolicyStoreUpgradeSession = class
inherit UpgradeSession
Public NotInheritable Class PolicyStoreUpgradeSession
Inherits UpgradeSession
- Inheritance
Constructors
PolicyStoreUpgradeSession() |
Methods
IsUpgradeRequiredOnType(String, Int32) | |
PostProcessUpgrade(Dictionary<String,Object>, Int32) | |
UpgradeInstance(List<SfcInstanceSerializedData>, Int32, String, Dictionary<String,Object>) | |
UpgradeInstance(Type, List<SfcInstanceSerializedData>) |
This is a helper function for the domain to get instance from serialized instance data (Inherited from UpgradeSession) |