IDynamicReadOnly.OverrideReadOnly Método
Overrides read only method.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Sub OverrideReadOnly ( _
properties As IList(Of LocalizablePropertyDescriptor), _
context As ITypeDescriptorContext, _
value As Object, _
attributes As Attribute() _
)
'Uso
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[]
)
Parámetros
- properties
Tipo: System.Collections.Generic.IList<LocalizablePropertyDescriptor>
A generic list of LocalizablePropertyDescriptor objects.
- context
Tipo: System.ComponentModel.ITypeDescriptorContext
The ITypeDescriptorContext object.
- value
Tipo: System.Object
A Object.
- attributes
Tipo: array<System.Attribute[]
An array of Attribute objects.