PolicyStore.EnumTargetSetConditions Method

Definition

Overloads

EnumTargetSetConditions(Type)

Enumerate Conditions for a given Type that can be use in TargetSet filters

EnumTargetSetConditions(Type, PolicyStore+EnumerationMode)

Enumerate Conditions for a given Type that can be use in TargetSet filters, honoring IsSystemObject flag

EnumTargetSetConditions(Type)

Enumerate Conditions for a given Type that can be use in TargetSet filters

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

Parameters

type
Type

Returns

Applies to

EnumTargetSetConditions(Type, PolicyStore+EnumerationMode)

Enumerate Conditions for a given Type that can be use in TargetSet filters, honoring IsSystemObject flag

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

Parameters

type
Type
enumerationMode
PolicyStore.EnumerationMode

Returns

Applies to