Share via


IDynamicReadOnly.OverrideReadOnly メソッド

読み取り専用メソッドをオーバーライドします。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Sub OverrideReadOnly ( _
    properties As IList(Of LocalizablePropertyDescriptor), _
    context As ITypeDescriptorContext, _
    value As Object, _
    attributes As Attribute() _
)
'使用
Dim instance As IDynamicReadOnly 
Dim properties As IList(Of LocalizablePropertyDescriptor)
Dim context As ITypeDescriptorContext 
Dim value As Object 
Dim attributes As Attribute()

instance.OverrideReadOnly(properties, _
    context, value, attributes)
void OverrideReadOnly(
    IList<LocalizablePropertyDescriptor> properties,
    ITypeDescriptorContext context,
    Object value,
    Attribute[] attributes
)
void OverrideReadOnly(
    IList<LocalizablePropertyDescriptor^>^ properties, 
    ITypeDescriptorContext^ context, 
    Object^ value, 
    array<Attribute^>^ attributes
)
abstract OverrideReadOnly : 
        properties:IList<LocalizablePropertyDescriptor> * 
        context:ITypeDescriptorContext * 
        value:Object * 
        attributes:Attribute[] -> unit
function OverrideReadOnly(
    properties : IList<LocalizablePropertyDescriptor>, 
    context : ITypeDescriptorContext, 
    value : Object, 
    attributes : Attribute[]
)

パラメーター

関連項目

参照

IDynamicReadOnly インターフェイス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間