DirectoryEntry.MoveTo 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 DirectoryEntry를 이동합니다.
오버로드
MoveTo(DirectoryEntry) |
이 DirectoryEntry 개체를 지정된 부모로 이동합니다. |
MoveTo(DirectoryEntry, String) |
이 DirectoryEntry 개체를 지정된 부모로 이동하고 그 이름을 지정된 값으로 변경합니다. |
MoveTo(DirectoryEntry)
- Source:
- DirectoryEntry.cs
- Source:
- DirectoryEntry.cs
- Source:
- DirectoryEntry.cs
이 DirectoryEntry 개체를 지정된 부모로 이동합니다.
public:
void MoveTo(System::DirectoryServices::DirectoryEntry ^ newParent);
public void MoveTo (System.DirectoryServices.DirectoryEntry newParent);
member this.MoveTo : System.DirectoryServices.DirectoryEntry -> unit
Public Sub MoveTo (newParent As DirectoryEntry)
매개 변수
- newParent
- DirectoryEntry
이 엔트리가 이동하여 놓여질 부모입니다.
예외
지정된 DirectoryEntry가 컨테이너가 아닌 경우
설명
가 이true
면 UsePropertyCache 새 개체의 CommitChanges 메서드를 호출하여 이동을 영구적으로 만듭니다.
추가 정보
적용 대상
MoveTo(DirectoryEntry, String)
- Source:
- DirectoryEntry.cs
- Source:
- DirectoryEntry.cs
- Source:
- DirectoryEntry.cs
이 DirectoryEntry 개체를 지정된 부모로 이동하고 그 이름을 지정된 값으로 변경합니다.
public:
void MoveTo(System::DirectoryServices::DirectoryEntry ^ newParent, System::String ^ newName);
public void MoveTo (System.DirectoryServices.DirectoryEntry newParent, string newName);
public void MoveTo (System.DirectoryServices.DirectoryEntry newParent, string? newName);
member this.MoveTo : System.DirectoryServices.DirectoryEntry * string -> unit
Public Sub MoveTo (newParent As DirectoryEntry, newName As String)
매개 변수
- newParent
- DirectoryEntry
이 엔트리가 이동하여 놓여질 부모입니다.
- newName
- String
이 엔트리의 새 이름입니다.
예외
지정된 DirectoryEntry가 컨테이너가 아닌 경우
설명
가 이true
면 UsePropertyCache 새 개체를 호출 CommitChanges 하여 이동을 영구적으로 만듭니다.
추가 정보
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET