Поделиться через


Метод 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
)

Параметры