FacetRepository.GetFacetProperties メソッド

指定した型のファセット プロパティを取得します。

名前空間:  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[]

パラメーター

  • managementFacet
    型: System.Type
    型を指定する Type オブジェクト値です。

戻り値

型: array<System.Reflection.PropertyInfo[]
プロパティ情報を示す PropertyInfo オブジェクト値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

関連項目

参照

FacetRepository クラス

Microsoft.SqlServer.Management.Facets 名前空間