PolicyStore.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

パラメーター

  • rootType
    型: System.Type
    ルート型を示す Type オブジェクトです。

戻り値

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

関連項目

参照

PolicyStore クラス

Microsoft.SqlServer.Management.Dmf 名前空間