Freigeben über


ISfcCollection.Parent-Eigenschaft

Gets the parent object. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Eigenschaftswert

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

Siehe auch

Verweis

ISfcCollection Schnittstelle

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace