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
구현

생성자

Name Description
UrnCollection()

Urn 개체의 ArrayList

속성

Name Description
Count

Urn 개체의 ArrayList

Item[Int32]

Urn 개체의 ArrayList

메서드

Name Description
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

명시적 인터페이스 구현

Name Description
ICollection<Urn>.IsReadOnly

Urn 개체의 ArrayList

IEnumerable.GetEnumerator()

Urn 개체의 ArrayList

적용 대상