Compartilhar via


Método GetProperties (PropertyInfo[])

Returns a collection that contains the property descriptions for the specified list of properties. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Function GetProperties ( _
    properties As PropertyInfo() _
) As PropertyDescriptorCollection
'Uso
Dim instance As LocalizableTypeConverter
Dim properties As PropertyInfo()
Dim returnValue As PropertyDescriptorCollection

returnValue = instance.GetProperties(properties)
public PropertyDescriptorCollection GetProperties(
    PropertyInfo[] properties
)
public:
PropertyDescriptorCollection^ GetProperties(
    array<PropertyInfo^>^ properties
)
member GetProperties : 
        properties:PropertyInfo[] -> PropertyDescriptorCollection 
public function GetProperties(
    properties : PropertyInfo[]
) : PropertyDescriptorCollection

Parâmetros

Valor de retorno

Tipo: System.ComponentModel. . :: . .PropertyDescriptorCollection
A PropertyDescriptorCollection object that contains the property descriptions.