BTXService.DupTable Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- innerTable
- Hashtable
Applies to
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)
Parameters
- info
- SerializationInfo
- context
- StreamingContext