SqlBytes.SetLength(Int64) 메서드

정의

SqlBytes 인스턴스의 길이를 설정합니다.

public:
 void SetLength(long value);
public void SetLength (long value);
member this.SetLength : int64 -> unit
Public Sub SetLength (value As Long)

매개 변수

value
Int64

길이를 나타내는 Int64 long 값입니다.

설명

이 메서드는 관리되지 않는 버퍼 위에 빌드된 instance 대해 관리되는 버퍼로 내부 변환을 트리거합니다.

적용 대상

추가 정보