Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Returns a list of root facets for the specified type.
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
Public Shared Function EnumRootFacets ( _
rootType As Type _
) As FacetInfoCollection
'Применение
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
Параметры
- rootType
Тип: System.Type
A Type object that specifies the root type.
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.Dmf.FacetInfoCollection
A FacetInfoCollection of root facets for the specified type.
Примеры
A FacetInfoCollection object that contains the list of root facet information.