다음을 통해 공유


IBinarySource 인터페이스

The IBinarySource type is an interface that provides access to an I/O file stream.

네임스페이스:  Microsoft.SqlServer.Management.Dac
어셈블리:  Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)

구문

‘선언
Public Interface IBinarySource
‘사용 방법
Dim instance As IBinarySource
public interface IBinarySource
public interface class IBinarySource
type IBinarySource =  interface end
public interface IBinarySource

IBinarySource 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 GetContentReader Gets the I/O file stream.
공용 메서드 GetContents Gets the contents of the file stream in a byte array.

맨 위로 이동

주의

Using the IBinarySource object, you can:

  • Get the I/O file stream.

  • Get the contents of the file in a byte array.