FacetRepository.GetFacetsForType メソッド

指定された対象型のファセットの一覧を取得します。

名前空間:  Microsoft.SqlServer.Management.Facets
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public Shared Function GetFacetsForType ( _
    target As Type _
) As List(Of Type)
'使用
Dim target As Type 
Dim returnValue As List(Of Type)

returnValue = FacetRepository.GetFacetsForType(target)
public static List<Type> GetFacetsForType(
    Type target
)
public:
static List<Type^>^ GetFacetsForType(
    Type^ target
)
static member GetFacetsForType : 
        target:Type -> List<Type> 
public static function GetFacetsForType(
    target : Type
) : List<Type>

パラメーター

戻り値

型: System.Collections.Generic.List<Type>
対象型のファセットを示す Type 値の List です。

関連項目

参照

FacetRepository クラス

Microsoft.SqlServer.Management.Facets 名前空間