PolicyStore.EnumTargetSetConditions メソッド (Type)

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

名前空間:  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

パラメーター

  • type
    型: System.Type
    対象セットの型を示す Type オブジェクトです。

戻り値

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

関連項目

参照

PolicyStore クラス

EnumTargetSetConditions オーバーロード

Microsoft.SqlServer.Management.Dmf 名前空間