Udostępnij za pośrednictwem


Metoda SfcObjectExtender<TSfcInstance>.RegisterProperty (PropertyInfo)

Rejestruje dodatkowe właściwość lustrzany.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Protected Sub RegisterProperty ( _
    propertyInfo As PropertyInfo _
)
'Użycie
Dim propertyInfo As PropertyInfo

Me.RegisterProperty(propertyInfo)
protected void RegisterProperty(
    PropertyInfo propertyInfo
)
protected:
void RegisterProperty(
    PropertyInfo^ propertyInfo
)
member RegisterProperty : 
        propertyInfo:PropertyInfo -> unit 
protected function RegisterProperty(
    propertyInfo : PropertyInfo
)

Parametry