SfcObjectExtender<TSfcInstance>.RegisterParentProperty-Methode
Registers the property of the parent that has not been included in properties collection. 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 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
)
Parameter
- propertyInfo
Typ: System.Reflection.PropertyInfo
The information of the property.