次の方法で共有


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[]

パラメーター

戻り値

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

説明

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