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>
- 派生
- 実装
プロパティ
| 名前 | 説明 |
|---|---|
| Count | |
| IsReadOnly | |
| Item[Int32] | |
メソッド
| 名前 | 説明 |
|---|---|
| Contains(T) | |
| CopyTo(T[], Int32) | |
| GetEnumerator() | |
| IndexOf(T) | |
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| IEnumerable.GetEnumerator() | |