SfcObjectExtender<TSfcInstance>.RegisterParentProperty Method
Registers the property of the parent that has not been included in properties collection. 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 RegisterParentProperty ( _
propertyInfo As PropertyInfo _
)
'Usage
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
)
Parameters
- propertyInfo
Type: System.Reflection.PropertyInfo
The information of the property.