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 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
Private ReadOnly Property Parent As SfcInstance
Implements ISfcCollection.Parent
Get
'Usage
Dim instance As SfcCollection
Dim value As SfcInstance
value = CType(instance, ISfcCollection).Parent
SfcInstance ISfcCollection.Parent { get; }
private:
virtual property SfcInstance^ Parent {
SfcInstance^ get () sealed = ISfcCollection::Parent::get;
}
private abstract Parent : SfcInstance
private override Parent : SfcInstance
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
An SfcInstance object that represents the parent of the collection.