ActiveDirectorySchemaPropertyCollection.AddRange メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定の範囲の項目をこのコレクションに追加します。
オーバーロード
AddRange(ActiveDirectorySchemaProperty[]) |
指定された ActiveDirectorySchemaProperty 配列の内容をこのコレクションに追加します。 |
AddRange(ActiveDirectorySchemaPropertyCollection) |
指定された ActiveDirectorySchemaPropertyCollection オブジェクトの内容をこのコレクションに追加します。 |
AddRange(ReadOnlyActiveDirectorySchemaPropertyCollection) |
指定された ReadOnlyActiveDirectorySchemaPropertyCollection オブジェクトの内容をこのコレクションに追加します。 |
AddRange(ActiveDirectorySchemaProperty[])
指定された ActiveDirectorySchemaProperty 配列の内容をこのコレクションに追加します。
public:
void AddRange(cli::array <System::DirectoryServices::ActiveDirectory::ActiveDirectorySchemaProperty ^> ^ properties);
public void AddRange (System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[] properties);
member this.AddRange : System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaProperty[] -> unit
Public Sub AddRange (properties As ActiveDirectorySchemaProperty())
パラメーター
- properties
- ActiveDirectorySchemaProperty[]
このコレクションに追加するオブジェクトが格納された ActiveDirectorySchemaProperty 配列。
例外
基になるディレクトリ サービスの呼び出しでエラーが発生しました。
オブジェクトは、このコレクションに既に存在しています。
properties
が null
です。
ActiveDirectorySchemaProperty オブジェクトが Active Directory ドメイン サービス ストアにまだ保存されていません。
こちらもご覧ください
適用対象
AddRange(ActiveDirectorySchemaPropertyCollection)
指定された ActiveDirectorySchemaPropertyCollection オブジェクトの内容をこのコレクションに追加します。
public:
void AddRange(System::DirectoryServices::ActiveDirectory::ActiveDirectorySchemaPropertyCollection ^ properties);
public void AddRange (System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection properties);
member this.AddRange : System.DirectoryServices.ActiveDirectory.ActiveDirectorySchemaPropertyCollection -> unit
Public Sub AddRange (properties As ActiveDirectorySchemaPropertyCollection)
パラメーター
- properties
- ActiveDirectorySchemaPropertyCollection
このコレクションに追加するオブジェクトが格納された ActiveDirectorySchemaPropertyCollection オブジェクト。
例外
基になるディレクトリ サービスの呼び出しでエラーが発生しました。
オブジェクトは、このコレクションに既に存在しています。
properties
が null
です。
ActiveDirectorySchemaProperty オブジェクトが Active Directory ドメイン サービス ストアにまだ保存されていません。
こちらもご覧ください
適用対象
AddRange(ReadOnlyActiveDirectorySchemaPropertyCollection)
指定された ReadOnlyActiveDirectorySchemaPropertyCollection オブジェクトの内容をこのコレクションに追加します。
public:
void AddRange(System::DirectoryServices::ActiveDirectory::ReadOnlyActiveDirectorySchemaPropertyCollection ^ properties);
public void AddRange (System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection properties);
member this.AddRange : System.DirectoryServices.ActiveDirectory.ReadOnlyActiveDirectorySchemaPropertyCollection -> unit
Public Sub AddRange (properties As ReadOnlyActiveDirectorySchemaPropertyCollection)
パラメーター
このコレクションに追加するオブジェクトが格納された ReadOnlyActiveDirectorySchemaPropertyCollection オブジェクト。
例外
基になるディレクトリ サービスの呼び出しでエラーが発生しました。
オブジェクトは、このコレクションに既に存在しています。
properties
が null
です。
ActiveDirectorySchemaProperty オブジェクトが Active Directory ドメイン サービス ストアにまだ保存されていません。
こちらもご覧ください
適用対象
.NET