Freigeben über


GetProperties-Methode (PropertyInfo[])

Returns a collection that contains the property descriptions for the specified list of properties. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
Public Function GetProperties ( _
    properties As PropertyInfo() _
) As PropertyDescriptorCollection
'Usage
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

Parameter

Rückgabewert

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