次の方法で共有


Pipe コンストラクター

定義

オーバーロード

Pipe()
Pipe(UInt32)

Pipe()

public:
 Pipe();
public Pipe ();
Public Sub New ()

適用対象

Pipe(UInt32)

public:
 Pipe(System::UInt32 size);
public Pipe (uint size);
new Microsoft.BizTalk.Streaming.Pipe : uint32 -> Microsoft.BizTalk.Streaming.Pipe
Public Sub New (size As UInteger)

パラメーター

size
UInt32

適用対象