FacetRepository.GetRootFacets メソッド

指定されたルート型のファセットを取得します。

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

構文

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

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

パラメーター

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

戻り値

型: System.Collections.Generic.List<Type>
ファセットに関連付けられている型を示す Type オブジェクト値の List です。

説明

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

関連項目

参照

FacetRepository クラス

Microsoft.SqlServer.Management.Facets 名前空間