RegisterParentProperty Método

Registers the property of the parent that has not been included in properties collection. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Protected Sub RegisterParentProperty ( _
    propertyInfo As PropertyInfo _
)
'Uso
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
)

Parámetros