Metodo IsRegisteredFacet
Determines whether the facet is registered.
Spazio dei nomi: Microsoft.SqlServer.Management.Facets
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public Shared Function IsRegisteredFacet ( _
facet As Type _
) As Boolean
'Utilizzo
Dim facet As Type
Dim returnValue As Boolean
returnValue = FacetRepository.IsRegisteredFacet(facet)
public static bool IsRegisteredFacet(
Type facet
)
public:
static bool IsRegisteredFacet(
Type^ facet
)
static member IsRegisteredFacet :
facet:Type -> bool
public static function IsRegisteredFacet(
facet : Type
) : boolean
Parametri
- facet
Tipo: System. . :: . .Type
A Type object value that specifies the type.
Valore restituito
Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the facet is registered.
If True, the facet is registered. Otherwise, False.
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche