SqlSelectExpressionCollection Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
[System.Runtime.InteropServices.ComVisible(false)]
public sealed class SqlSelectExpressionCollection : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlCollection<Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlSelectExpression>
[<System.Runtime.InteropServices.ComVisible(false)>]
type SqlSelectExpressionCollection = class
inherit SqlCollection<SqlSelectExpression>
Public NotInheritable Class SqlSelectExpressionCollection
Inherits SqlCollection(Of SqlSelectExpression)
- Warisan
- Atribut
Properti
| Nama | Deskripsi |
|---|---|
| Count | (Diperoleh dari SqlCollection<T>) |
| IsReadOnly | (Diperoleh dari SqlCollection<T>) |
| Item[Int32] | (Diperoleh dari SqlCollection<T>) |
Metode
| Nama | Deskripsi |
|---|---|
| Contains(T) | (Diperoleh dari SqlCollection<T>) |
| CopyTo(T[], Int32) | (Diperoleh dari SqlCollection<T>) |
| GetEnumerator() | (Diperoleh dari SqlCollection<T>) |
| IndexOf(T) | (Diperoleh dari SqlCollection<T>) |
Implementasi Antarmuka Eksplisit
| Nama | Deskripsi |
|---|---|
| IEnumerable.GetEnumerator() | (Diperoleh dari SqlCollection<T>) |