Share via


Método RegisterProperty (PropertyInfo, String)

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

Parâmetros