FacetRepository.GetFacetProperties Método
Gets the facet properties for the specified type.
Espacio de nombres: Microsoft.SqlServer.Management.Facets
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public Shared Function GetFacetProperties ( _
managementFacet As Type _
) As PropertyInfo()
'Uso
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[]
Parámetros
- managementFacet
Tipo: System.Type
A Type object value that specifies the type.
Valor devuelto
Tipo: array<System.Reflection.PropertyInfo[]
A PropertyInfo object value that specifies the property information.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.