Interface ISequentialStream
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Defines methods for the stream objects in sequence.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("0C733A30-2A1C-11CE-ADE5-00AA0044773D")> _
Public Interface ISequentialStream
'Uso
Dim instance As ISequentialStream
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("0C733A30-2A1C-11CE-ADE5-00AA0044773D")]
public interface ISequentialStream
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"0C733A30-2A1C-11CE-ADE5-00AA0044773D")]
public interface class ISequentialStream
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("0C733A30-2A1C-11CE-ADE5-00AA0044773D")>]
type ISequentialStream = interface end
public interface ISequentialStream
O tipo ISequentialStream expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
RemoteRead | Infraestrutura. Reads a specified number of bytes from the stream object into memory starting at the current seek pointer. | |
RemoteWrite | Infraestrutura. Writes a specified number of bytes into the stream object starting at the current seek pointer. |
Início