GetFacetSupportedTypes 方法
Gets a list of types supported by the facet type.
命名空間: 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>
參數
- managementFacet
型別:System. . :: . .Type
A Type that specifies the facet.
傳回值
型別:System.Collections.Generic. . :: . .List< (Of < ( <'Type> ) > ) >
A List of Type values that specifies the supported target types for the specified facet.