PolicyStore.EnumTargetSetConditions 方法

定義

多載

名稱 Description
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

傳回

適用於