SqlTableExpressionCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[System.Runtime.InteropServices.ComVisible(false)]
public class SqlTableExpressionCollection : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlCollection<Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlTableExpression>
[<System.Runtime.InteropServices.ComVisible(false)>]
type SqlTableExpressionCollection = class
inherit SqlCollection<SqlTableExpression>
Public Class SqlTableExpressionCollection
Inherits SqlCollection(Of SqlTableExpression)
- 繼承
- 屬性
屬性
| 名稱 | Description |
|---|---|
| Count | (繼承來源 SqlCollection<T>) |
| IsReadOnly | (繼承來源 SqlCollection<T>) |
| Item[Int32] | (繼承來源 SqlCollection<T>) |
方法
| 名稱 | Description |
|---|---|
| Contains(T) | (繼承來源 SqlCollection<T>) |
| CopyTo(T[], Int32) | (繼承來源 SqlCollection<T>) |
| GetEnumerator() | (繼承來源 SqlCollection<T>) |
| IndexOf(T) | (繼承來源 SqlCollection<T>) |
明確介面實作
| 名稱 | Description |
|---|---|
| IEnumerable.GetEnumerator() | (繼承來源 SqlCollection<T>) |