EnumRootConditions メソッド

指定した型のルート条件の一覧を返します。

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

構文

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

returnValue = instance.EnumRootConditions(rootType)
public StringCollection EnumRootConditions(
    Type rootType
)
public:
StringCollection^ EnumRootConditions(
    Type^ rootType
)
member EnumRootConditions : 
        rootType:Type -> StringCollection 
public function EnumRootConditions(
    rootType : Type
) : StringCollection

パラメーター

戻り値

型: System.Collections.Specialized. . :: . .StringCollection
ルート条件の一覧を含む StringCollection オブジェクトです。

説明

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