PolicyStore.EnumRootFacets Método
Returns a list of root facets for the specified type.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public Shared Function EnumRootFacets ( _
rootType As Type _
) As FacetInfoCollection
'Uso
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
Parámetros
- rootType
Tipo: System.Type
A Type object that specifies the root type.
Valor devuelto
Tipo: Microsoft.SqlServer.Management.Dmf.FacetInfoCollection
A FacetInfoCollection of root facets for the specified type.
Ejemplos
A FacetInfoCollection object that contains the list of root facet information.