Interfejs IStream
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime.Wrapper
Zestaw: Microsoft.SqlServer.DTSRuntimeWrap (w Microsoft.SqlServer.DTSRuntimeWrap.dll)
Składnia
'Deklaracja
<InterfaceTypeAttribute()> _
<GuidAttribute("0000000C-0000-0000-C000-000000000046")> _
Public Interface IStream _
Inherits ISequentialStream
'Użycie
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
Typ IStream uwidacznia następujące elementy członkowskie.
Metody
Nazwa | Opis | |
---|---|---|
Clone | Infrastruktura. | |
Commit | Infrastruktura. | |
LockRegion | Infrastruktura. | |
RemoteCopyTo | Infrastruktura. | |
RemoteRead(Byte%, UInt32, UInt32%) | Infrastruktura. (Dziedziczony z ISequentialStream). | |
RemoteRead(Byte%, UInt32, UInt32%) | Infrastruktura. | |
RemoteSeek | Infrastruktura. | |
RemoteWrite(Byte%, UInt32, UInt32%) | Infrastruktura. (Dziedziczony z ISequentialStream). | |
RemoteWrite(Byte%, UInt32, UInt32%) | Infrastruktura. | |
Revert | Infrastruktura. | |
SetSize | Infrastruktura. | |
Stat | ||
UnlockRegion | Infrastruktura. |
Do góry