C# 클래스 System.Data.SqlClient.SqlBulkCopyColumnMappingCollection

상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
System bool
System int

공개 메소드들

메소드 설명
Clear ( ) : void
GetEnumerator ( ) : System.Collections.IEnumerator
RemoveAt ( int index ) : void
System ( System array, int index ) : void
System ( int index, object value ) : void
System ( object value ) : void
this ( int index ) : objectSystem.Collections.IList.

비공개 메소드들

메소드 설명
System ( object value ) : bool
System ( object value ) : int

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : System.Collections.IEnumerator
리턴 System.Collections.IEnumerator

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

System() 공개 메소드

public System ( System array, int index ) : void
array System
index int
리턴 void

System() 공개 메소드

public System ( int index, object value ) : void
index int
value object
리턴 void

System() 공개 메소드

public System ( object value ) : void
value object
리턴 void

this() 공개 메소드

public this ( int index ) : objectSystem.Collections.IList.
index int
리턴 objectSystem.Collections.IList.