EnumTargetSetConditions 메서드 (Type)

Returns a list of target set conditions for the specified 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

매개 변수

반환 값

유형: System.Collections.Specialized. . :: . .StringCollection
A StringCollection that contains the target set conditions.