Partager via


Méthode FacetRepository.GetFacetType

Gets the facet for the specified type.

Espace de noms :  Microsoft.SqlServer.Management.Facets
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function GetFacetType ( _
    facetShortName As String _
) As Type
'Utilisation
Dim facetShortName As String 
Dim returnValue As Type 

returnValue = FacetRepository.GetFacetType(facetShortName)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public static Type GetFacetType(
    string facetShortName
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
static Type^ GetFacetType(
    String^ facetShortName
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
static member GetFacetType : 
        facetShortName:string -> Type
public static function GetFacetType(
    facetShortName : String
) : Type

Paramètres

Valeur de retour

Type : System.Type
A Type value that specifies the type that is associated with the facet.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

FacetRepository Classe

Espace de noms Microsoft.SqlServer.Management.Facets