SfcInstance.Parent Property
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.
Parent is not something that is kept local, it is implied from the keychain The concept of a parent is really about the hiearchy up and under the root if we only do this via parents then we will not be able to instantiate objects with only lightweight SfcKeyChain sets
Setting the parent is therefor a helper operation to set a keychain
public Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance Parent { get; protected internal set; }
member this.Parent : Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance with get, set
Public Property Parent As SfcInstance