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