Partager via


Méthode RegisterProperty (PropertyInfo, String)

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 RegisterProperty ( _
    propertyInfo As PropertyInfo, _
    parentPropertyName As String _
)
'Utilisation
Dim propertyInfo As PropertyInfo
Dim parentPropertyName As String

Me.RegisterProperty(propertyInfo, _
    parentPropertyName)
protected void RegisterProperty(
    PropertyInfo propertyInfo,
    string parentPropertyName
)
protected:
void RegisterProperty(
    PropertyInfo^ propertyInfo, 
    String^ parentPropertyName
)
member RegisterProperty : 
        propertyInfo:PropertyInfo * 
        parentPropertyName:string -> unit 
protected function RegisterProperty(
    propertyInfo : PropertyInfo, 
    parentPropertyName : String
)

Paramètres