Compartir a través de


GetFacetSupportedTypes Método

Gets a list of types supported by the facet type.

Espacio de nombres:  Microsoft.SqlServer.Management.Facets
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function GetFacetSupportedTypes ( _
    managementFacet As Type _
) As List(Of Type)
'Uso
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>

Parámetros

Valor devuelto

Tipo: System.Collections.Generic. . :: . .List< (Of < ( <'Type> ) > ) >
A List of Type values that specifies the supported target types for the specified facet.