IStream-Schnittstelle
Diese API unterstützt die -Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
Der IStream-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
Clone | Infrastruktur | |
Commit | Infrastruktur | |
LockRegion | Infrastruktur | |
RemoteCopyTo | Infrastruktur | |
RemoteRead(Byte%, UInt32, UInt32%) | Infrastruktur (Geerbt von ISequentialStream.) | |
RemoteRead(Byte%, UInt32, UInt32%) | Infrastruktur | |
RemoteSeek | Infrastruktur | |
RemoteWrite(Byte%, UInt32, UInt32%) | Infrastruktur (Geerbt von ISequentialStream.) | |
RemoteWrite(Byte%, UInt32, UInt32%) | Infrastruktur | |
Revert | Infrastruktur | |
SetSize | Infrastruktur | |
Stat | ||
UnlockRegion | Infrastruktur |
Zum Anfang