OverrideReadOnly 메서드
Overrides read only method.
네임스페이스: 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[]
)
매개 변수
- properties
유형: System.Collections.Generic. . :: . .IList< (Of < ( <'LocalizablePropertyDescriptor> ) > ) >
A generic list of LocalizablePropertyDescriptor objects.
- context
유형: System.ComponentModel. . :: . .ITypeDescriptorContext
The ITypeDescriptorContext object.
- value
유형: System. . :: . .Object
A Object.
- attributes
유형: array<System. . :: . .Attribute> [] () [] []
An array of Attribute objects.