Condividi tramite


Metodo EnumRootFacets

Returns a list of root facets for the specified type.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Shared Function EnumRootFacets ( _
    rootType As Type _
) As FacetInfoCollection
'Utilizzo
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

Parametri

Valore restituito

Tipo: Microsoft.SqlServer.Management.Dmf. . :: . .FacetInfoCollection
A FacetInfoCollection of root facets for the specified type.

Esempi

A FacetInfoCollection object that contains the list of root facet information.