PolicyStore.EnumTargetSetConditions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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