Compartir a través de


GetFacetType Método

Gets the facet for the specified type.

Espacio de nombres:  Microsoft.SqlServer.Management.Facets
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function GetFacetType ( _
    facetShortName As String _
) As Type
'Uso
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

Parámetros

Valor devuelto

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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.