DirectoryEntry.CopyTo メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このエントリのコピーを作成します。
オーバーロード
CopyTo(DirectoryEntry) |
指定した親の子として、このエントリのコピーを作成します。 |
CopyTo(DirectoryEntry, String) |
指定した新しい名前で、指定した親 DirectoryEntry オブジェクトの子として、この DirectoryEntry オブジェクトのコピーを作成します。 |
CopyTo(DirectoryEntry)
指定した親の子として、このエントリのコピーを作成します。
public:
System::DirectoryServices::DirectoryEntry ^ CopyTo(System::DirectoryServices::DirectoryEntry ^ newParent);
public System.DirectoryServices.DirectoryEntry CopyTo (System.DirectoryServices.DirectoryEntry newParent);
member this.CopyTo : System.DirectoryServices.DirectoryEntry -> System.DirectoryServices.DirectoryEntry
Public Function CopyTo (newParent As DirectoryEntry) As DirectoryEntry
パラメーター
- newParent
- DirectoryEntry
作成されるコピーの親になる DirectoryEntry オブジェクトの識別名。
戻り値
新しい親の子としてのこのエントリのコピーを表す DirectoryEntry オブジェクト。
例外
指定した DirectoryEntry がコンテナーではありません。
注釈
が の場合 UsePropertyCache は true
、新しい オブジェクトで を呼び出 CommitChanges して、コピーを永続的にします。
ライトウェイト ディレクトリ アクセス プロトコル (LDAP) プロバイダーは現在、 メソッドを CopyTo(DirectoryEntry) サポートしていません。
適用対象
CopyTo(DirectoryEntry, String)
指定した新しい名前で、指定した親 DirectoryEntry オブジェクトの子として、この DirectoryEntry オブジェクトのコピーを作成します。
public:
System::DirectoryServices::DirectoryEntry ^ CopyTo(System::DirectoryServices::DirectoryEntry ^ newParent, System::String ^ newName);
public System.DirectoryServices.DirectoryEntry CopyTo (System.DirectoryServices.DirectoryEntry newParent, string newName);
public System.DirectoryServices.DirectoryEntry CopyTo (System.DirectoryServices.DirectoryEntry newParent, string? newName);
member this.CopyTo : System.DirectoryServices.DirectoryEntry * string -> System.DirectoryServices.DirectoryEntry
Public Function CopyTo (newParent As DirectoryEntry, newName As String) As DirectoryEntry
パラメーター
- newParent
- DirectoryEntry
作成されるコピーの親になる DirectoryEntry オブジェクトの DN。
- newName
- String
このエントリのコピーの名前。
戻り値
指定した親の子として名前を変更したこのエントリのコピー。
例外
指定した DirectoryEntry オブジェクトがコンテナーではありません。
注釈
現在、ライトウェイト ディレクトリ アクセス プロトコル (LDAP) プロバイダーはこの方法をサポートしていません。
が の場合 UsePropertyCache は true
、新しい オブジェクトで を呼び出 CommitChanges して、コピーを永続的にします。
こちらもご覧ください
適用対象
.NET