다음을 통해 공유


IStream 인터페이스

이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)

구문

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("0000000C-0000-0000-C000-000000000046")> _
Public Interface IStream _
    Inherits ISequentialStream
‘사용 방법
Dim instance As IStream
[InterfaceTypeAttribute()]
[GuidAttribute("0000000C-0000-0000-C000-000000000046")]
public interface IStream : ISequentialStream
[InterfaceTypeAttribute()]
[GuidAttribute(L"0000000C-0000-0000-C000-000000000046")]
public interface class IStream : ISequentialStream
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0000000C-0000-0000-C000-000000000046")>]
type IStream =  
    interface
        interface ISequentialStream
    end
public interface IStream extends ISequentialStream

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

메서드

  이름 설명
공용 메서드 Clone 인프라입니다.
공용 메서드 Commit 인프라입니다.
공용 메서드 LockRegion 인프라입니다.
공용 메서드 RemoteCopyTo 인프라입니다.
공용 메서드 RemoteRead(Byte%, UInt32, UInt32%) 인프라입니다. (ISequentialStream에서 상속됨)
공용 메서드 RemoteRead(Byte%, UInt32, UInt32%) 인프라입니다.
공용 메서드 RemoteSeek 인프라입니다.
공용 메서드 RemoteWrite(Byte%, UInt32, UInt32%) 인프라입니다. (ISequentialStream에서 상속됨)
공용 메서드 RemoteWrite(Byte%, UInt32, UInt32%) 인프라입니다.
공용 메서드 Revert 인프라입니다.
공용 메서드 SetSize 인프라입니다.
공용 메서드 Stat
공용 메서드 UnlockRegion 인프라입니다.

맨 위로 이동