PolicyStore.EnumApplicablePolicyCategories(SfcQueryExpression) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
해당 범주의 각 정책에 대해 반복되는 각 정책 범주를 포함하는 읽기 전용 컬렉션을 반환하고, 대상이 범주를 구독하는 경우 플래그, 범주의 모든 데이터베이스 및 데이터베이스 하위 정책 및 정책의 실행 모드를 반환합니다. 참고: 이 메서드는 현재 데이터베이스 대상에서만 유효합니다.
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.SqlServer.Management.Dmf.PolicyCategoryInformation> EnumApplicablePolicyCategories(Microsoft.SqlServer.Management.Sdk.Sfc.SfcQueryExpression target);
member this.EnumApplicablePolicyCategories : Microsoft.SqlServer.Management.Sdk.Sfc.SfcQueryExpression -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.SqlServer.Management.Dmf.PolicyCategoryInformation>
Public Function EnumApplicablePolicyCategories (target As SfcQueryExpression) As ReadOnlyCollection(Of PolicyCategoryInformation)
매개 변수
- target
- SfcQueryExpression