FacetRepository.GetFacetSupportedTypes メソッド

ファセット型によってサポートされる型の一覧を取得します。

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

構文

'宣言
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function GetFacetSupportedTypes ( _
    managementFacet As Type _
) As List(Of Type)
'使用
Dim managementFacet As Type 
Dim returnValue As List(Of Type)

returnValue = FacetRepository.GetFacetSupportedTypes(managementFacet)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public static List<Type> GetFacetSupportedTypes(
    Type managementFacet
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
static List<Type^>^ GetFacetSupportedTypes(
    Type^ managementFacet
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
static member GetFacetSupportedTypes : 
        managementFacet:Type -> List<Type> 
public static function GetFacetSupportedTypes(
    managementFacet : Type
) : List<Type>

パラメーター

戻り値

型: System.Collections.Generic.List<Type>
指定されたファセットでサポートされる対象型を示す Type 値の List です。

関連項目

参照

FacetRepository クラス

Microsoft.SqlServer.Management.Facets 名前空間