ModifyDNRequest Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Konstruktor ModifyDNRequest() tworzy wystąpienie ModifyDNRequest obiektu.
Przeciążenia
ModifyDNRequest() |
Konstruktor ModifyDNRequest() tworzy wystąpienie ModifyDNRequest obiektu. |
ModifyDNRequest(String, String, String) |
Konstruktor ModifyDNRequest(String, String, String) tworzy wystąpienie ModifyDNRequest obiektu przy użyciu określonej nazwy obiektu, nazwy nadrzędnej i nowej nazwy obiektu. |
ModifyDNRequest()
- Źródło:
- DirectoryRequest.cs
- Źródło:
- DirectoryRequest.cs
- Źródło:
- DirectoryRequest.cs
Konstruktor ModifyDNRequest() tworzy wystąpienie ModifyDNRequest obiektu.
public:
ModifyDNRequest();
public ModifyDNRequest ();
Public Sub New ()
Dotyczy
ModifyDNRequest(String, String, String)
- Źródło:
- DirectoryRequest.cs
- Źródło:
- DirectoryRequest.cs
- Źródło:
- DirectoryRequest.cs
Konstruktor ModifyDNRequest(String, String, String) tworzy wystąpienie ModifyDNRequest obiektu przy użyciu określonej nazwy obiektu, nazwy nadrzędnej i nowej nazwy obiektu.
public:
ModifyDNRequest(System::String ^ distinguishedName, System::String ^ newParentDistinguishedName, System::String ^ newName);
public ModifyDNRequest (string distinguishedName, string newParentDistinguishedName, string newName);
new System.DirectoryServices.Protocols.ModifyDNRequest : string * string * string -> System.DirectoryServices.Protocols.ModifyDNRequest
Public Sub New (distinguishedName As String, newParentDistinguishedName As String, newName As String)
Parametry
- distinguishedName
- String
Bieżąca nazwa wyróżniająca obiektu.
- newParentDistinguishedName
- String
Nazwa wyróżniająca nowego obiektu nadrzędnego.
- newName
- String
Nowa nazwa wyróżniająca obiektu.