Interfaccia IStream
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
<InterfaceTypeAttribute()> _
<GuidAttribute("0000000C-0000-0000-C000-000000000046")> _
Public Interface IStream _
Inherits ISequentialStream
'Utilizzo
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
Nel tipo IStream sono esposti i membri seguenti.
Metodi
Nome | Descrizione | |
---|---|---|
Clone | Infrastruttura. | |
Commit | Infrastruttura. | |
LockRegion | Infrastruttura. | |
RemoteCopyTo | Infrastruttura. | |
RemoteRead(Byte%, UInt32, UInt32%) | Infrastruttura. Ereditato da ISequentialStream. | |
RemoteRead(Byte%, UInt32, UInt32%) | Infrastruttura. | |
RemoteSeek | Infrastruttura. | |
RemoteWrite(Byte%, UInt32, UInt32%) | Infrastruttura. Ereditato da ISequentialStream. | |
RemoteWrite(Byte%, UInt32, UInt32%) | Infrastruttura. | |
Revert | Infrastruttura. | |
SetSize | Infrastruttura. | |
Stat | ||
UnlockRegion | Infrastruttura. |
In alto