BTXService.DupTable 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
BTXService.DupTable(Hashtable) | |
BTXService.DupTable(SerializationInfo, StreamingContext) |
BTXService.DupTable(Hashtable)
public:
DupTable(System::Collections::Hashtable ^ innerTable);
public DupTable (System.Collections.Hashtable innerTable);
new Microsoft.BizTalk.XLANGs.BTXEngine.BTXService.DupTable : System.Collections.Hashtable -> Microsoft.BizTalk.XLANGs.BTXEngine.BTXService.DupTable
Public Sub New (innerTable As Hashtable)
參數
- innerTable
- Hashtable
適用於
BTXService.DupTable(SerializationInfo, StreamingContext)
protected:
DupTable(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected DupTable (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.BizTalk.XLANGs.BTXEngine.BTXService.DupTable : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.BizTalk.XLANGs.BTXEngine.BTXService.DupTable
Protected Sub New (info As SerializationInfo, context As StreamingContext)
參數
- info
- SerializationInfo
- context
- StreamingContext