ModifyDNRequestとは? わかりやすく解説

ModifyDNRequest クラス

メモ : このクラスは、.NET Framework version 2.0新しく追加されたものです。

ModifyDNRequest クラスは、オブジェクト識別名を変更します。このクラスは、オブジェクト新しい親への移動オブジェクト名前の変更両方またはそのいずれか行います

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

Public Class ModifyDNRequest
    Inherits DirectoryRequest
Dim instance As ModifyDNRequest
public class ModifyDNRequest : DirectoryRequest
public ref class ModifyDNRequest : public
 DirectoryRequest
public class ModifyDNRequest extends DirectoryRequest
public class ModifyDNRequest extends
 DirectoryRequest
継承階層継承階層
System.Object
   System.DirectoryServices.Protocols.DirectoryOperation
     System.DirectoryServices.Protocols.DirectoryRequest
      System.DirectoryServices.Protocols.ModifyDNRequest
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ModifyDNRequest メンバ
System.DirectoryServices.Protocols 名前空間

ModifyDNRequest コンストラクタ ()


ModifyDNRequest コンストラクタ (String, String, String)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

ModifyDNRequest(String,String,String) コンストラクタは、指定したオブジェクト名、親名、および新しオブジェクト名を使用して、ModifyDNRequest オブジェクトインスタンス作成します

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

Public Sub New ( _
    distinguishedName As String, _
    newParentDistinguishedName As String, _
    newName As String _
)
Dim distinguishedName As String
Dim newParentDistinguishedName As String
Dim newName As String

Dim instance As New ModifyDNRequest(distinguishedName,
 newParentDistinguishedName, newName)
public ModifyDNRequest (
    string distinguishedName,
    string newParentDistinguishedName,
    string newName
)
public:
ModifyDNRequest (
    String^ distinguishedName, 
    String^ newParentDistinguishedName, 
    String^ newName
)
public ModifyDNRequest (
    String distinguishedName, 
    String newParentDistinguishedName, 
    String newName
)
public function ModifyDNRequest (
    distinguishedName : String, 
    newParentDistinguishedName : String, 
    newName : String
)

パラメータ

distinguishedName

オブジェクト現在の識別名。

newParentDistinguishedName

オブジェクト新しい親の識別名。

newName

オブジェクト新し識別名。

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ModifyDNRequest クラス
ModifyDNRequest メンバ
System.DirectoryServices.Protocols 名前空間

ModifyDNRequest コンストラクタ

ModifyDNRequest コンストラクタは、ModifyDNRequest オブジェクトインスタンス作成します
オーバーロードの一覧オーバーロードの一覧

名前 説明
ModifyDNRequest () ModifyDNRequest コンストラクタは、ModifyDNRequest オブジェクトインスタンス作成します
ModifyDNRequest (String, String, String) ModifyDNRequest(String,String,String) コンストラクタは、指定したオブジェクト名、親名、および新しオブジェクト名を使用してModifyDNRequest オブジェクトインスタンス作成します
参照参照

関連項目

ModifyDNRequest クラス
ModifyDNRequest メンバ
System.DirectoryServices.Protocols 名前空間

ModifyDNRequest プロパティ


パブリック プロパティパブリック プロパティ

  名前 説明
パブリック プロパティ Controls  Controls プロパティは、DirectoryControlCollection オブジェクト格納します。 ( DirectoryRequest から継承されます。)
パブリック プロパティ DeleteOldRdn DeleteOldRdn プロパティは、オブジェクトの古い相対識別名 (RDN) を削除するかどうか示します
パブリック プロパティ DistinguishedName DistinguishedName プロパティは、オブジェクト識別名を格納します
パブリック プロパティ NewName NewName プロパティは、新しオブジェクト名を格納します
パブリック プロパティ NewParentDistinguishedName NewParentDistinguishedName プロパティは、オブジェクト新しい親の識別名を格納します
パブリック プロパティ RequestId  RequestId プロパティは、要求指定した requestID格納します。 ( DirectoryRequest から継承されます。)
参照参照

関連項目

ModifyDNRequest クラス
System.DirectoryServices.Protocols 名前空間

ModifyDNRequest メソッド


パブリック メソッドパブリック メソッド

プロテクト メソッドプロテクト メソッド
参照参照

関連項目

ModifyDNRequest クラス
System.DirectoryServices.Protocols 名前空間

ModifyDNRequest メンバ

ModifyDNRequest クラスは、オブジェクト識別名を変更します。このクラスは、オブジェクト新しい親への移動オブジェクト名前の変更両方またはそのいずれか行います

ModifyDNRequest データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド ModifyDNRequest オーバーロードされます。 ModifyDNRequest コンストラクタは、ModifyDNRequest オブジェクトインスタンス作成します
パブリック プロパティパブリック プロパティ
  名前 説明
パブリック プロパティ Controls  Controls プロパティは、DirectoryControlCollection オブジェクト格納します。(DirectoryRequest から継承されます。)
パブリック プロパティ DeleteOldRdn DeleteOldRdn プロパティは、オブジェクトの古い相対識別名 (RDN) を削除するかどうか示します
パブリック プロパティ DistinguishedName DistinguishedName プロパティは、オブジェクト識別名を格納します
パブリック プロパティ NewName NewName プロパティは、新しオブジェクト名を格納します
パブリック プロパティ NewParentDistinguishedName NewParentDistinguishedName プロパティは、オブジェクト新しい親の識別名を格納します
パブリック プロパティ RequestId  RequestId プロパティは、要求指定した requestID格納します。(DirectoryRequest から継承されます。)
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

ModifyDNRequest クラス
System.DirectoryServices.Protocols 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からModifyDNRequestを検索した結果を表示しています。
Weblioに収録されているすべての辞書からModifyDNRequestを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からModifyDNRequest を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「ModifyDNRequest」の関連用語

ModifyDNRequestのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ModifyDNRequestのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS