PolicyStore.EnumRootFacets Method
Returns a list of root facets for the specified type.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Shared Function EnumRootFacets ( _
rootType As Type _
) As FacetInfoCollection
'Usage
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
Parameters
- rootType
Type: System.Type
A Type object that specifies the root type.
Return Value
Type: Microsoft.SqlServer.Management.Dmf.FacetInfoCollection
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
See Also