StatusingDataSet.LocalLookupTableFullValuesDataTable 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
| StatusingDataSet.LocalLookupTableFullValuesDataTable() |
Creates an instance of the LocalLookupTableFullValuesDataTable class. |
| StatusingDataSet.LocalLookupTableFullValuesDataTable(SerializationInfo, StreamingContext) |
Creates an instance of the LocalLookupTableFullValuesDataTable class by using separate parameters. |
StatusingDataSet.LocalLookupTableFullValuesDataTable()
Creates an instance of the LocalLookupTableFullValuesDataTable class.
public:
LocalLookupTableFullValuesDataTable();
public LocalLookupTableFullValuesDataTable();
Public Sub New ()
Applies to
StatusingDataSet.LocalLookupTableFullValuesDataTable(SerializationInfo, StreamingContext)
Creates an instance of the LocalLookupTableFullValuesDataTable class by using separate parameters.
protected:
LocalLookupTableFullValuesDataTable(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected LocalLookupTableFullValuesDataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new WebSvcStatusing.StatusingDataSet.LocalLookupTableFullValuesDataTable : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> WebSvcStatusing.StatusingDataSet.LocalLookupTableFullValuesDataTable
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameters
- info
- SerializationInfo
Contains information that is needed to serialize or deserialize an object.
- context
- StreamingContext
Contains the source and destination of a given serialized stream.