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 版本支持此命名空间、类或成员。