RemoteWrite 메서드
이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
Sub RemoteWrite ( _
ByRef pv As Byte, _
cb As UInteger, _
<OutAttribute> ByRef pcbWritten As UInteger _
)
‘사용 방법
Dim instance As ISequentialStream
Dim pv As Byte
Dim cb As UInteger
Dim pcbWritten As UInteger
instance.RemoteWrite(pv, cb, pcbWritten)
void RemoteWrite(
ref byte pv,
uint cb,
out uint pcbWritten
)
void RemoteWrite(
[InAttribute] unsigned char% pv,
[InAttribute] unsigned int cb,
[OutAttribute] unsigned int% pcbWritten
)
abstract RemoteWrite :
pv:byte byref *
cb:uint32 *
pcbWritten:uint32 byref -> unit
function RemoteWrite(
pv : byte,
cb : uint,
pcbWritten : uint
)
매개 변수
- pv
유형: System. . :: . .Byte%
- cb
유형: System. . :: . .UInt32
- pcbWritten
유형: System. . :: . .UInt32%