다음을 통해 공유


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 버전에서만 지원됩니다.