Freigeben über


ISequentialStream-Schnittstelle

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("0C733A30-2A1C-11CE-ADE5-00AA0044773D")> _
<InterfaceTypeAttribute()> _
Public Interface ISequentialStream
'Usage
Dim instance As ISequentialStream
[GuidAttribute("0C733A30-2A1C-11CE-ADE5-00AA0044773D")]
[InterfaceTypeAttribute()]
public interface ISequentialStream
[GuidAttribute(L"0C733A30-2A1C-11CE-ADE5-00AA0044773D")]
[InterfaceTypeAttribute()]
public interface class ISequentialStream
[<GuidAttribute("0C733A30-2A1C-11CE-ADE5-00AA0044773D")>]
[<InterfaceTypeAttribute()>]
type ISequentialStream =  interface end
public interface ISequentialStream