次の方法で共有


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

パラメーター

戻り値

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

説明

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