Metoda FacetRepository.GetFacetsForType
Pobiera listę faset dla określonego typ miejsce docelowe.
Przestrzeń nazw: Microsoft.SqlServer.Management.Facets
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Składnia
'Deklaracja
Public Shared Function GetFacetsForType ( _
target As Type _
) As List(Of Type)
'Użycie
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>
Parametry
- target
Typ: System.Type
A Type , który określa typ miejsce docelowe.
Wartość zwracana
Typ: System.Collections.Generic.List<Type>
A List z Type wartości, które określa faset dla typ docelowy.