IStream Interface
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0000000C-0000-0000-C000-000000000046")> _
Public Interface IStream _
Inherits ISequentialStream
'Usage
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
The IStream type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone | Infrastructure. | |
Commit | Infrastructure. | |
LockRegion | Infrastructure. | |
RemoteCopyTo | Infrastructure. | |
RemoteRead(Byte%, UInt32, UInt32%) | Infrastructure. (Inherited from ISequentialStream.) | |
RemoteRead(Byte%, UInt32, UInt32%) | Infrastructure. | |
RemoteSeek | Infrastructure. | |
RemoteWrite(Byte%, UInt32, UInt32%) | Infrastructure. (Inherited from ISequentialStream.) | |
RemoteWrite(Byte%, UInt32, UInt32%) | Infrastructure. | |
Revert | Infrastructure. | |
SetSize | Infrastructure. | |
Stat | ||
UnlockRegion | Infrastructure. |
Top