Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Registers an additional reflected property. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Sub RegisterProperty ( _
propertyInfo As PropertyInfo _
)
'Usage
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
)
Parameter
- propertyInfo
Typ: System.Reflection.PropertyInfo
The information of the property.