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
특성

속성

Name Description
Count (다음에서 상속됨 SqlCollection<T>)
IsReadOnly (다음에서 상속됨 SqlCollection<T>)
Item[Int32] (다음에서 상속됨 SqlCollection<T>)

메서드

Name Description
Contains(T) (다음에서 상속됨 SqlCollection<T>)
CopyTo(T[], Int32) (다음에서 상속됨 SqlCollection<T>)
GetEnumerator() (다음에서 상속됨 SqlCollection<T>)
IndexOf(T) (다음에서 상속됨 SqlCollection<T>)

명시적 인터페이스 구현

Name Description
IEnumerable.GetEnumerator() (다음에서 상속됨 SqlCollection<T>)

적용 대상