FacetRepository.GetFacetSupportedRootType メソッド

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

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

構文

'宣言
Public Shared Function GetFacetSupportedRootType ( _
    facet As Type _
) As Type
'使用
Dim facet As Type 
Dim returnValue As Type 

returnValue = FacetRepository.GetFacetSupportedRootType(facet)
public static Type GetFacetSupportedRootType(
    Type facet
)
public:
static Type^ GetFacetSupportedRootType(
    Type^ facet
)
static member GetFacetSupportedRootType : 
        facet:Type -> Type
public static function GetFacetSupportedRootType(
    facet : Type
) : Type

パラメーター

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

戻り値

型: System.Type
ファセットに関連付けられているルート型を示す Type 値です。

説明

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

関連項目

参照

FacetRepository クラス

Microsoft.SqlServer.Management.Facets 名前空間