Metodo GetFacetSupportedTypes
Spazio dei nomi: Microsoft.SqlServer.Management.Facets
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Shared Function GetFacetSupportedTypes ( _
managementFacet As Type _
) As List(Of Type)
'Utilizzo
Dim managementFacet As Type
Dim returnValue As List(Of Type)
returnValue = FacetRepository.GetFacetSupportedTypes(managementFacet)
public static List<Type> GetFacetSupportedTypes(
Type managementFacet
)
public:
static List<Type^>^ GetFacetSupportedTypes(
Type^ managementFacet
)
static member GetFacetSupportedTypes :
managementFacet:Type -> List<Type>
public static function GetFacetSupportedTypes(
managementFacet : Type
) : List<Type>
Parametri
- managementFacet
Tipo: System. . :: . .Type
Valore restituito
Tipo: System.Collections.Generic. . :: . .List< (Of < ( <'Type> ) > ) >
Vedere anche