Share via


Méthode RegisterParentProperty

Registers the property of the parent that has not been included in properties collection. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Protected Sub RegisterParentProperty ( _
    propertyInfo As PropertyInfo _
)
'Utilisation
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
)

Paramètres