다음을 통해 공유


PolicyStore.EnumRootConditions 메서드

Returns a list of root conditions for the specified type.

네임스페이스:  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
A StringCollection object that contains the list of root conditions.

참고 항목

참조

PolicyStore 클래스

Microsoft.SqlServer.Management.Dmf 네임스페이스