Метод GetFacetsForType

Пространство имен:  Microsoft.SqlServer.Management.Facets
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public Shared Function GetFacetsForType ( _
    target As Type _
) As List(Of Type)
'Применение
Dim target As Type
Dim returnValue As List(Of Type)

returnValue = FacetRepository.GetFacetsForType(target)
public static List<Type> GetFacetsForType(
    Type target
)
public:
static List<Type^>^ GetFacetsForType(
    Type^ target
)
static member GetFacetsForType : 
        target:Type -> List<Type> 
public static function GetFacetsForType(
    target : Type
) : List<Type>

Параметры

Возвращаемое значение

Тип System.Collections.Generic. . :: . .List< (Of < ( <'Type> ) > ) >