EnumRootFacets méthode
Returns a list of root facets for the specified type.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Shared Function EnumRootFacets ( _
rootType As Type _
) As FacetInfoCollection
'Utilisation
Dim rootType As Type
Dim returnValue As FacetInfoCollection
returnValue = PolicyStore.EnumRootFacets(rootType)
public static FacetInfoCollection EnumRootFacets(
Type rootType
)
public:
static FacetInfoCollection^ EnumRootFacets(
Type^ rootType
)
static member EnumRootFacets :
rootType:Type -> FacetInfoCollection
public static function EnumRootFacets(
rootType : Type
) : FacetInfoCollection
Paramètres
- rootType
Type : System. . :: . .Type
A Type object that specifies the root type.
Valeur de retour
Type : Microsoft.SqlServer.Management.Dmf. . :: . .FacetInfoCollection
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Voir aussi