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