UrnCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Urn 物件陣列列表
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
- 實作
建構函式
| 名稱 | Description |
|---|---|
| UrnCollection() |
Urn 物件陣列列表 |
屬性
| 名稱 | Description |
|---|---|
| Count |
Urn 物件陣列列表 |
| Item[Int32] |
Urn 物件陣列列表 |
方法
| 名稱 | Description |
|---|---|
| Add(Urn) |
Urn 物件陣列列表 |
| AddRange(IEnumerable<Urn>) |
Urn 物件陣列列表 |
| Clear() |
Urn 物件陣列列表 |
| Contains(Urn) |
Urn 物件陣列列表 |
| CopyTo(Urn[], Int32) |
Urn 物件陣列列表 |
| GetEnumerator() |
Urn 物件陣列列表 |
| IndexOf(Urn) |
Urn 物件陣列列表 |
| Insert(Int32, Urn) |
Urn 物件陣列列表 |
| Remove(Urn) |
Urn 物件陣列列表 |
| RemoveAt(Int32) |
Urn 物件陣列列表 |
明確介面實作
| 名稱 | Description |
|---|---|
| ICollection<Urn>.IsReadOnly |
Urn 物件陣列列表 |
| IEnumerable.GetEnumerator() |
Urn 物件陣列列表 |