Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a list of types supported by the facet type.
Namespace: Microsoft.SqlServer.Management.Facets
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function GetFacetSupportedTypes ( _
managementFacet As Type _
) As List(Of Type)
'Usage
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>
Parameters
- managementFacet
Type: System.Type
A Type that specifies the facet.
Return Value
Type: System.Collections.Generic.List<Type>
A List of Type values that specifies the supported target types for the specified facet.