Partager via


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
Méthode publique Clone Infrastructure.
Méthode publique Commit Infrastructure.
Méthode publique LockRegion Infrastructure.
Méthode publique RemoteCopyTo Infrastructure.
Méthode publique RemoteRead(Byte%, UInt32, UInt32%) Infrastructure. (hérité de ISequentialStream.)
Méthode publique RemoteRead(Byte%, UInt32, UInt32%) Infrastructure.
Méthode publique RemoteSeek Infrastructure.
Méthode publique RemoteWrite(Byte%, UInt32, UInt32%) Infrastructure. (hérité de ISequentialStream.)
Méthode publique RemoteWrite(Byte%, UInt32, UInt32%) Infrastructure.
Méthode publique Revert Infrastructure.
Méthode publique SetSize Infrastructure.
Méthode publique Stat
Méthode publique UnlockRegion Infrastructure.

Haut de la page