SfcObjectExtender<TSfcInstance>.GetParentSfcPropertySet Method
Retrieves an instance of the parent's property set. 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
'Bildirim
Protected Overridable Function GetParentSfcPropertySet As ISfcPropertySet
'Kullanım
Dim returnValue As ISfcPropertySet
returnValue = Me.GetParentSfcPropertySet()
protected virtual ISfcPropertySet GetParentSfcPropertySet()
protected:
virtual ISfcPropertySet^ GetParentSfcPropertySet()
abstract GetParentSfcPropertySet : unit -> ISfcPropertySet
override GetParentSfcPropertySet : unit -> ISfcPropertySet
protected function GetParentSfcPropertySet() : ISfcPropertySet
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet
The property set of the parent.