Share via


ISfcCollection.Parent Property

Gets the parent object. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Syntax

'Declaration
ReadOnly Property Parent As SfcInstance 
    Get
'Usage
Dim instance As ISfcCollection 
Dim value As SfcInstance 

value = instance.Parent
SfcInstance Parent { get; }
property SfcInstance^ Parent {
    SfcInstance^ get ();
}
abstract Parent : SfcInstance
function get Parent () : SfcInstance

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Gets the SfcInstance object that represents the parent of the collection.

See Also

Reference

ISfcCollection Interface

Microsoft.SqlServer.Management.Sdk.Sfc Namespace