SfcInstance.Parent Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the instance parent via the keychain.

Namespace:   Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

[XmlIgnoreAttribute]
public SfcInstance Parent { get; protected internal set; }
public:
[XmlIgnoreAttribute]
property SfcInstance^ Parent {
    SfcInstance^ get();
    public protected: void set(SfcInstance^ value);
}
[<XmlIgnoreAttribute>]
member Parent : SfcInstance with get, set
<XmlIgnoreAttribute>
Public Property Parent As SfcInstance
    Get
    Protected Friend Set
End Property

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance

An SfcInstance object that is the parent of the current instance.

See Also

SfcInstance Class
Microsoft.SqlServer.Management.Sdk.Sfc Namespace

Return to top