FacetRepository.GetFacetProperties Method
Gets the facet properties for the specified type.
Namespace: Microsoft.SqlServer.Management.Facets
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Shared Function GetFacetProperties ( _
managementFacet As Type _
) As PropertyInfo()
'Usage
Dim managementFacet As Type
Dim returnValue As PropertyInfo()
returnValue = FacetRepository.GetFacetProperties(managementFacet)
public static PropertyInfo[] GetFacetProperties(
Type managementFacet
)
public:
static array<PropertyInfo^>^ GetFacetProperties(
Type^ managementFacet
)
static member GetFacetProperties :
managementFacet:Type -> PropertyInfo[]
public static function GetFacetProperties(
managementFacet : Type
) : PropertyInfo[]
Parameters
- managementFacet
Type: System.Type
A Type object value that specifies the type.
Return Value
Type: array<System.Reflection.PropertyInfo[]
A PropertyInfo object value that specifies the property information.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.