SfcKeyChain.GetObject Method
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.
Get the Sfc object associated with this SfcKeyChain. This will look the object up in the hierarchy starting from the root of this key chain, and create new one (with putting it into collection) on demand. This is important so we never get orphaned objects
public Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance GetObject ();
member this.GetObject : unit -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Public Function GetObject () As SfcInstance