Partager via


GetFacetType méthode

Gets the facet for the specified type.

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

Syntaxe

'Déclaration
Public Shared Function GetFacetType ( _
    facetShortName As String _
) As Type
'Utilisation
Dim facetShortName As String
Dim returnValue As Type

returnValue = FacetRepository.GetFacetType(facetShortName)
public static Type GetFacetType(
    string facetShortName
)
public:
static Type^ GetFacetType(
    String^ facetShortName
)
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.