Condividi tramite


Metodo AddProperties

Adds properties of the specified Object to the properties collection. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Sub AddProperties ( _
    properties As PropertyDescriptorCollection, _
    context As ITypeDescriptorContext, _
    value As Object, _
    attributes As Attribute() _
)
'Utilizzo
Dim instance As IDynamicProperties
Dim properties As PropertyDescriptorCollection
Dim context As ITypeDescriptorContext
Dim value As Object
Dim attributes As Attribute()

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

Parametri