Metodo GetFacetType
Gets the facet for the specified type.
Spazio dei nomi Microsoft.SqlServer.Management.Facets
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Public Shared Function GetFacetType ( _
facetShortName As String _
) As Type
'Utilizzo
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
Parametri
- facetShortName
Tipo: System. . :: . .String
A String object value that specifies the facet.
Valore restituito
Tipo: System. . :: . .Type
A Type value that specifies the type that is associated with the facet.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche