Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Returns a list of root conditions for the specified type.
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
Public Function EnumRootConditions ( _
rootType As Type _
) As StringCollection
'Применение
Dim instance As PolicyStore
Dim rootType As Type
Dim returnValue As StringCollection
returnValue = instance.EnumRootConditions(rootType)
public StringCollection EnumRootConditions(
Type rootType
)
public:
StringCollection^ EnumRootConditions(
Type^ rootType
)
member EnumRootConditions :
rootType:Type -> StringCollection
public function EnumRootConditions(
rootType : Type
) : StringCollection
Параметры
- rootType
Тип: System.Type
A Type object that specifies the root type.
Возвращаемое значение
Тип: System.Collections.Specialized.StringCollection
A StringCollection object that contains the list of root conditions.