SqlSimpleWhenClauseCollection クラス

定義

[System.Runtime.InteropServices.ComVisible(false)]
public class SqlSimpleWhenClauseCollection : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlCollection<Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlSimpleWhenClause>
[<System.Runtime.InteropServices.ComVisible(false)>]
type SqlSimpleWhenClauseCollection = class
    inherit SqlCollection<SqlSimpleWhenClause>
Public Class SqlSimpleWhenClauseCollection
Inherits SqlCollection(Of SqlSimpleWhenClause)
継承
SqlSimpleWhenClauseCollection
属性

プロパティ

名前 説明
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>)

適用対象