SqlBytes.Stream 속성

정의

SqlBytes의 데이터를 스트림으로 가져오거나 설정합니다.

public:
 property System::IO::Stream ^ Stream { System::IO::Stream ^ get(); void set(System::IO::Stream ^ value); };
public System.IO.Stream Stream { get; set; }
member this.Stream : System.IO.Stream with get, set
Public Property Stream As Stream

속성 값

SqlBytes 데이터가 들어 있는 스트림입니다.

설명

속성을 가져오거나 설정하면 Stream 모든 데이터가 메모리에 로드됩니다. 큰 값 데이터와 함께 사용하면 가 OutOfMemoryException발생할 수 있습니다.

적용 대상

추가 정보