RegisterProperty Método (PropertyInfo, String)
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 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
- propertyInfo
Tipo: System.Reflection. . :: . .PropertyInfo
The information of the property.
- parentPropertyName
Tipo: System. . :: . .String
The name of the parentProperty.