Share via


OleDbDataReader.GetName(Int32) 메서드

정의

지정된 열의 이름을 가져옵니다.

public:
 override System::String ^ GetName(int index);
public:
 virtual System::String ^ GetName(int index);
public override string GetName (int index);
public string GetName (int index);
override this.GetName : int -> string
abstract member GetName : int -> string
override this.GetName : int -> string
Public Overrides Function GetName (index As Integer) As String
Public Function GetName (index As Integer) As String

매개 변수

index
Int32

열 서수(0부터 시작)입니다.

반환

지정된 열의 이름입니다.

구현

적용 대상

추가 정보