Condividi tramite


Metodo RegisterParentProperty

Registers the property of the parent that has not been included in properties collection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Protected Sub RegisterParentProperty ( _
    propertyInfo As PropertyInfo _
)
'Utilizzo
Dim propertyInfo As PropertyInfo

Me.RegisterParentProperty(propertyInfo)
protected void RegisterParentProperty(
    PropertyInfo propertyInfo
)
protected:
void RegisterParentProperty(
    PropertyInfo^ propertyInfo
)
member RegisterParentProperty : 
        propertyInfo:PropertyInfo -> unit 
protected function RegisterParentProperty(
    propertyInfo : PropertyInfo
)

Parametri