Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Determines whether the facet is registered.
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 IsRegisteredFacet ( _
facet As Type _
) As Boolean
'Utilisation
Dim facet As Type
Dim returnValue As Boolean
returnValue = FacetRepository.IsRegisteredFacet(facet)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public static bool IsRegisteredFacet(
Type facet
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
static bool IsRegisteredFacet(
Type^ facet
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
static member IsRegisteredFacet :
facet:Type -> bool
public static function IsRegisteredFacet(
facet : Type
) : boolean
Paramètres
- facet
Type : System.Type
A Type object value that specifies the type.
Valeur de retour
Type : System.Boolean
A Boolean value that specifies whether the facet is registered.If True, the facet is registered. Otherwise, False.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.