Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public Property Parent As SfcInstance
Get
Protected Friend Set
'Usage
Dim instance As SfcInstance
Dim value As SfcInstance
value = instance.Parent
instance.Parent = value
public SfcInstance Parent { get; protected internal set; }
public:
property SfcInstance^ Parent {
SfcInstance^ get ();
protected public: void set (SfcInstance^ value);
}
member Parent : SfcInstance with get, set
function get Parent () : SfcInstance
function set Parent (value : SfcInstance)
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
An SfcInstance object that is the parent of the current instance.