Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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, _
parentPropertyName As String _
)
'Usage
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
)
Parameters
- propertyInfo
Type: System.Reflection.PropertyInfo
The information of the property.
- parentPropertyName
Type: System.String
The name of the parentProperty.