SqlParameterDeclarationCollection クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[System.Runtime.InteropServices.ComVisible(false)]
public class SqlParameterDeclarationCollection : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlCollection<Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlParameterDeclaration>
[<System.Runtime.InteropServices.ComVisible(false)>]
type SqlParameterDeclarationCollection = class
inherit SqlCollection<SqlParameterDeclaration>
Public Class SqlParameterDeclarationCollection
Inherits SqlCollection(Of SqlParameterDeclaration)
- 継承
- 属性
プロパティ
| 名前 | 説明 |
|---|---|
| Count | (継承元 SqlCollection<T>) |
| IsReadOnly | (継承元 SqlCollection<T>) |
| Item[Int32] | (継承元 SqlCollection<T>) |
メソッド
| 名前 | 説明 |
|---|---|
| Contains(T) | (継承元 SqlCollection<T>) |
| CopyTo(T[], Int32) | (継承元 SqlCollection<T>) |
| GetEnumerator() | (継承元 SqlCollection<T>) |
| IndexOf(T) | (継承元 SqlCollection<T>) |
明示的なインターフェイスの実装
| 名前 | 説明 |
|---|---|
| IEnumerable.GetEnumerator() | (継承元 SqlCollection<T>) |