PolicyStore.EnumTargetSetConditions メソッド (Type, PolicyStore.EnumerationMode)

対象の条件を列挙します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public Function EnumTargetSetConditions ( _
    type As Type, _
    enumerationMode As PolicyStore.EnumerationMode _
) As StringCollection
'使用
Dim instance As PolicyStore 
Dim type As Type 
Dim enumerationMode As PolicyStore.EnumerationMode 
Dim returnValue As StringCollection 

returnValue = instance.EnumTargetSetConditions(type, _
    enumerationMode)
public StringCollection EnumTargetSetConditions(
    Type type,
    PolicyStore.EnumerationMode enumerationMode
)
public:
StringCollection^ EnumTargetSetConditions(
    Type^ type, 
    PolicyStore.EnumerationMode enumerationMode
)
member EnumTargetSetConditions : 
        type:Type * 
        enumerationMode:PolicyStore.EnumerationMode -> StringCollection
public function EnumTargetSetConditions(
    type : Type, 
    enumerationMode : PolicyStore.EnumerationMode
) : StringCollection

パラメーター

  • type
    型: System.Type
    T:System.Type オブジェクトです。

戻り値

型: System.Collections.Specialized.StringCollection
条件の StringCollection です。

関連項目

参照

PolicyStore クラス

EnumTargetSetConditions オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間