SqlExecuteArgumentCollection 類別

定義

[System.Runtime.InteropServices.ComVisible(false)]
public class SqlExecuteArgumentCollection : Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlCollection<Microsoft.SqlServer.Management.SqlParser.SqlCodeDom.SqlExecuteArgument>
[<System.Runtime.InteropServices.ComVisible(false)>]
type SqlExecuteArgumentCollection = class
    inherit SqlCollection<SqlExecuteArgument>
Public Class SqlExecuteArgumentCollection
Inherits SqlCollection(Of SqlExecuteArgument)
繼承
SqlExecuteArgumentCollection
屬性

屬性

名稱 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>)

適用於