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>
参数
- target
类型:System. . :: . .Type
返回值
类型:System.Collections.Generic. . :: . .List< (Of < ( <'Type> ) > ) >