Méthode SfcObjectExtender<TSfcInstance>.RegisterProperty (PropertyInfo)
Registers an additional reflected property. Ne faites pas directement référence à 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 _
)
'Utilisation
Dim propertyInfo As PropertyInfo
Me.RegisterProperty(propertyInfo)
protected void RegisterProperty(
PropertyInfo propertyInfo
)
protected:
void RegisterProperty(
PropertyInfo^ propertyInfo
)
member RegisterProperty :
propertyInfo:PropertyInfo -> unit
protected function RegisterProperty(
propertyInfo : PropertyInfo
)
Paramètres
- propertyInfo
Type : System.Reflection.PropertyInfo
The information of the property.