DirectoryEntry.CopyTo 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建此项的副本。
重载
CopyTo(DirectoryEntry) |
创建此项的副本,并将其作为指定父级的子项。 |
CopyTo(DirectoryEntry, String) |
用指定的新名称创建 DirectoryEntry 对象的副本,并将其作为指定父级 DirectoryEntry 对象的子项。 |
CopyTo(DirectoryEntry)
- Source:
- DirectoryEntry.cs
- Source:
- DirectoryEntry.cs
- Source:
- DirectoryEntry.cs
创建此项的副本,并将其作为指定父级的子项。
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)
- Source:
- DirectoryEntry.cs
- Source:
- DirectoryEntry.cs
- Source:
- DirectoryEntry.cs
用指定的新名称创建 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 对象的识别名,该对象将作为当前所建副本的父级。
- newName
- String
此项的副本的名称。
返回
此项作为指定父级的子项的重命名的副本。
例外
指定的 DirectoryEntry 对象不是容器。
注解
轻型目录访问协议 (LDAP) 提供程序当前不支持此方法。
如果 UsePropertyCache 为 true
,则对新对象调用 CommitChanges 以使副本永久。