EnumTargetSetConditions メソッド

指定した型の対象セット条件の一覧を返します。

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

構文

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

returnValue = instance.EnumTargetSetConditions(type)
public StringCollection EnumTargetSetConditions(
    Type type
)
public:
StringCollection^ EnumTargetSetConditions(
    Type^ type
)
member EnumTargetSetConditions : 
        type:Type -> StringCollection 
public function EnumTargetSetConditions(
    type : Type
) : StringCollection

パラメーター

戻り値

型: System.Collections.Specialized. . :: . .StringCollection
対象セット条件を含む StringCollection です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。