SfcKeyChain.GetObject Method

Definition

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

Returns

Applies to