PolicyStore.EnumTargetSetConditions メソッド

定義

オーバーロード

名前 説明
EnumTargetSetConditions(Type)

TargetSet フィルターで使用できる特定の型の条件を列挙する

EnumTargetSetConditions(Type, PolicyStore+EnumerationMode)

IsSystemObject フラグを受け入れる、TargetSet フィルターで使用できる特定の型の条件を列挙する

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)

IsSystemObject フラグを受け入れる、TargetSet フィルターで使用できる特定の型の条件を列挙する

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

返品

適用対象