SqlCollection<T> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public class SqlCollection<T> : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.ISqlCodeCollection<T>, System.Collections.Generic.IEnumerable<T> where T : SqlCodeObject
type SqlCollection<'T (requires 'T :> SqlCodeObject)> = class
interface ISqlCodeCollection<'T (requires 'T :> SqlCodeObject)>
interface seq<'T (requires 'T :> SqlCodeObject)>
interface IEnumerable
Public Class SqlCollection(Of T)
Implements IEnumerable(Of T), ISqlCodeCollection(Of T)
類型參數
- T
- 繼承
-
SqlCollection<T>
- 衍生
- 實作
屬性
| 名稱 | Description |
|---|---|
| Count | |
| IsReadOnly | |
| Item[Int32] | |
方法
| 名稱 | Description |
|---|---|
| Contains(T) | |
| CopyTo(T[], Int32) | |
| GetEnumerator() | |
| IndexOf(T) | |
明確介面實作
| 名稱 | Description |
|---|---|
| IEnumerable.GetEnumerator() | |