다음을 통해 공유


PolicyStore.EnumTargetSetConditions 메서드 (Type, PolicyStore.EnumerationMode)

Enumerates conditions on the target.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
Public Function EnumTargetSetConditions ( _
    type As Type, _
    enumerationMode As PolicyStore.EnumerationMode _
) As StringCollection
‘사용 방법
Dim instance As PolicyStore 
Dim type As Type 
Dim enumerationMode As PolicyStore.EnumerationMode 
Dim returnValue As StringCollection 

returnValue = instance.EnumTargetSetConditions(type, _
    enumerationMode)
public StringCollection EnumTargetSetConditions(
    Type type,
    PolicyStore.EnumerationMode enumerationMode
)
public:
StringCollection^ EnumTargetSetConditions(
    Type^ type, 
    PolicyStore.EnumerationMode enumerationMode
)
member EnumTargetSetConditions : 
        type:Type * 
        enumerationMode:PolicyStore.EnumerationMode -> StringCollection
public function EnumTargetSetConditions(
    type : Type, 
    enumerationMode : PolicyStore.EnumerationMode
) : StringCollection

매개 변수

반환 값

유형: System.Collections.Specialized.StringCollection
A StringCollection of conditions.

참고 항목

참조

PolicyStore 클래스

EnumTargetSetConditions 오버로드

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