Forest.FindAllDiscoverableGlobalCatalogs 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 포리스트에서 검색 가능한 글로벌 카탈로그를 모두 찾습니다.
오버로드
FindAllDiscoverableGlobalCatalogs(String) |
이 포리스트에서 지정된 사이트에 대한 검색 가능한 글로벌 카탈로그를 모두 찾습니다. |
FindAllDiscoverableGlobalCatalogs() |
이 포리스트에서 검색 가능한 글로벌 카탈로그를 모두 찾습니다. |
FindAllDiscoverableGlobalCatalogs(String)
- Source:
- Forest.cs
- Source:
- Forest.cs
- Source:
- Forest.cs
이 포리스트에서 지정된 사이트에 대한 검색 가능한 글로벌 카탈로그를 모두 찾습니다.
public:
System::DirectoryServices::ActiveDirectory::GlobalCatalogCollection ^ FindAllDiscoverableGlobalCatalogs(System::String ^ siteName);
public System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection FindAllDiscoverableGlobalCatalogs (string siteName);
member this.FindAllDiscoverableGlobalCatalogs : string -> System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection
Public Function FindAllDiscoverableGlobalCatalogs (siteName As String) As GlobalCatalogCollection
매개 변수
- siteName
- String
검색할 사이트의 이름입니다.
반환
찾은 글로벌 카탈로그의 컬렉션을 포함하는 GlobalCatalogCollection입니다.
예외
대상 서버를 사용 중이거나 사용할 수 없습니다.
siteName
이 빈 문자열인 경우
siteName
이(가) null
인 경우
개체가 삭제되었습니다.
설명
DNS SRV 레코드를 쿼리하여 검색 가능한 글로벌 카탈로그를 찾을 수 있습니다. 전역 카탈로그가 지정된 사이트에 대한 GC SRV 레코드를 등록하지 않으면 전역 카탈로그가 해당 사이트 내에 물리적으로 있는 경우에도 이 메서드에서 반환되지 않습니다.
지정된 사이트에 대한 GC SRV 레코드를 등록하는 모든 글로벌 카탈로그는 해당 사이트 내에 물리적으로 위치하지 않더라도 이 메서드에서 반환됩니다.
추가 정보
적용 대상
FindAllDiscoverableGlobalCatalogs()
- Source:
- Forest.cs
- Source:
- Forest.cs
- Source:
- Forest.cs
이 포리스트에서 검색 가능한 글로벌 카탈로그를 모두 찾습니다.
public:
System::DirectoryServices::ActiveDirectory::GlobalCatalogCollection ^ FindAllDiscoverableGlobalCatalogs();
public System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection FindAllDiscoverableGlobalCatalogs ();
member this.FindAllDiscoverableGlobalCatalogs : unit -> System.DirectoryServices.ActiveDirectory.GlobalCatalogCollection
Public Function FindAllDiscoverableGlobalCatalogs () As GlobalCatalogCollection
반환
찾은 글로벌 카탈로그의 컬렉션을 포함하는 GlobalCatalogCollection입니다.
예외
대상 서버를 사용 중이거나 사용할 수 없습니다.
개체가 삭제되었습니다.
설명
DNS SRV 레코드를 쿼리하여 검색 가능한 도메인 컨트롤러를 찾을 수 있습니다. 제네릭, 비사이트별 GC SRV 레코드를 등록하는 전역 카탈로그만 이 메서드에서 반환됩니다.
추가 정보
적용 대상
.NET