Método SfcObjectExtender<TSfcInstance>.RegisterParentProperty
Registers the property of the parent that has not been included in properties collection. 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 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
- propertyInfo
Tipo: System.Reflection.PropertyInfo
The information of the property.