Método SfcObjectExtender<TSfcInstance>.GetParentSfcPropertySet
Retrieves an instance of the parent's property set. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Protected Overridable Function GetParentSfcPropertySet As ISfcPropertySet
'Uso
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
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertySet
The property set of the parent.