PipelineBuffer.GetGuid(Int32) 메서드

정의

Important

이 API는 CLS 규격이 아닙니다.

열에 PipelineBuffer 저장된 Guid 값을 얻습니다.

public:
 Guid GetGuid(int columnIndex);
[System.CLSCompliant(false)]
public Guid GetGuid(int columnIndex);
[<System.CLSCompliant(false)>]
member this.GetGuid : int -> Guid
Public Function GetGuid (columnIndex As Integer) As Guid

매개 변수

columnIndex
Int32

행 내 PipelineBuffer 열의 인덱스입니다.

반품

열에 PipelineBuffer 저장된 Guid 값.

특성

설명

이 방법은 통합 서비스(Integration Services)의 데이터 타입과 함께 DT_GUID 작동합니다.

열의 값이 null PipelineBuffer 이면 .ColumnIsNullException 버퍼 열에서 가져오기 Guid 전에 메서드를 IsNull 호출해 null을 먼저 확인해야 합니다.

통합 서비스 데이터 타입의 전체 목록과 각 타입에 사용할 클래스의 PipelineBuffer 대응 Get 하는 메서드 및 Set 방법은 Data Flow에서 데이터 타입 작업 항목을 참조하세요.

적용 대상