Método FacetRepository.GetFacetProperties
Gets the facet properties for the specified type.
Namespace: Microsoft.SqlServer.Management.Facets
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: array<System.Reflection.PropertyInfo[]
A PropertyInfo object value that specifies the property information.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.