共用方式為


GetFacetProperties 方法

Gets the facet properties for the specified type.

命名空間:  Microsoft.SqlServer.Management.Facets
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
Public Shared Function GetFacetProperties ( _
    managementFacet As Type _
) As PropertyInfo()
'用途
Dim managementFacet As Type
Dim returnValue As PropertyInfo()

returnValue = FacetRepository.GetFacetProperties(managementFacet)
public static PropertyInfo[] GetFacetProperties(
    Type managementFacet
)
public:
static array<PropertyInfo^>^ GetFacetProperties(
    Type^ managementFacet
)
static member GetFacetProperties : 
        managementFacet:Type -> PropertyInfo[] 
public static function GetFacetProperties(
    managementFacet : Type
) : PropertyInfo[]

參數

傳回值

型別:array<System.Reflection. . :: . .PropertyInfo> [] () [] []
A PropertyInfo object value that specifies the property information.

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。