Interface IStream
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0000000C-0000-0000-C000-000000000046")> _
Public Interface IStream _
Inherits ISequentialStream
'Utilisation
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
Le type IStream expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
Clone | Infrastructure. | |
Commit | Infrastructure. | |
LockRegion | Infrastructure. | |
RemoteCopyTo | Infrastructure. | |
RemoteRead(Byte%, UInt32, UInt32%) | Infrastructure. (hérité de ISequentialStream.) | |
RemoteRead(Byte%, UInt32, UInt32%) | Infrastructure. | |
RemoteSeek | Infrastructure. | |
RemoteWrite(Byte%, UInt32, UInt32%) | Infrastructure. (hérité de ISequentialStream.) | |
RemoteWrite(Byte%, UInt32, UInt32%) | Infrastructure. | |
Revert | Infrastructure. | |
SetSize | Infrastructure. | |
Stat | ||
UnlockRegion | Infrastructure. |
Haut de la page