UrnCollection クラス

定義

Urn オブジェクトの ArrayList

public class UrnCollection : System.Collections.Generic.ICollection<Microsoft.SqlServer.Management.Sdk.Sfc.Urn>, System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Management.Sdk.Sfc.Urn>, System.Collections.Generic.IList<Microsoft.SqlServer.Management.Sdk.Sfc.Urn>
type UrnCollection = class
    interface IList<Urn>
    interface ICollection<Urn>
    interface seq<Urn>
    interface IEnumerable
Public Class UrnCollection
Implements ICollection(Of Urn), IEnumerable(Of Urn), IList(Of Urn)
継承
UrnCollection
実装

コンストラクター

名前 説明
UrnCollection()

Urn オブジェクトの ArrayList

プロパティ

名前 説明
Count

Urn オブジェクトの ArrayList

Item[Int32]

Urn オブジェクトの ArrayList

メソッド

名前 説明
Add(Urn)

Urn オブジェクトの ArrayList

AddRange(IEnumerable<Urn>)

Urn オブジェクトの ArrayList

Clear()

Urn オブジェクトの ArrayList

Contains(Urn)

Urn オブジェクトの ArrayList

CopyTo(Urn[], Int32)

Urn オブジェクトの ArrayList

GetEnumerator()

Urn オブジェクトの ArrayList

IndexOf(Urn)

Urn オブジェクトの ArrayList

Insert(Int32, Urn)

Urn オブジェクトの ArrayList

Remove(Urn)

Urn オブジェクトの ArrayList

RemoveAt(Int32)

Urn オブジェクトの ArrayList

明示的なインターフェイスの実装

名前 説明
ICollection<Urn>.IsReadOnly

Urn オブジェクトの ArrayList

IEnumerable.GetEnumerator()

Urn オブジェクトの ArrayList

適用対象