PolicyStore.EnumTargetSetConditions 方法

定义

重载

名称 说明
EnumTargetSetConditions(Type)

枚举可在 TargetSet 筛选器中使用的给定类型的条件

EnumTargetSetConditions(Type, PolicyStore+EnumerationMode)

枚举可在 TargetSet 筛选器中使用的给定类型的条件,遵循 IsSystemObject 标志

EnumTargetSetConditions(Type)

枚举可在 TargetSet 筛选器中使用的给定类型的条件

public System.Collections.Specialized.StringCollection EnumTargetSetConditions(Type type);
member this.EnumTargetSetConditions : Type -> System.Collections.Specialized.StringCollection
Public Function EnumTargetSetConditions (type As Type) As StringCollection

参数

type
Type

返回

适用于

EnumTargetSetConditions(Type, PolicyStore+EnumerationMode)

枚举可在 TargetSet 筛选器中使用的给定类型的条件,遵循 IsSystemObject 标志

public System.Collections.Specialized.StringCollection EnumTargetSetConditions(Type type, Microsoft.SqlServer.Management.Dmf.PolicyStore.EnumerationMode enumerationMode);
member this.EnumTargetSetConditions : Type * Microsoft.SqlServer.Management.Dmf.PolicyStore.EnumerationMode -> System.Collections.Specialized.StringCollection
Public Function EnumTargetSetConditions (type As Type, enumerationMode As PolicyStore.EnumerationMode) As StringCollection

参数

type
Type
enumerationMode
PolicyStore.EnumerationMode

返回

适用于