SfcObjectExtender<TSfcInstance>.RegisterParentProperty 方法
Registers the property of the parent that has not been included in properties collection. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Protected Sub RegisterParentProperty ( _
propertyInfo As PropertyInfo _
)
'用途
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
)
參數
- propertyInfo
型別:System.Reflection.PropertyInfo
The information of the property.