StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable 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
| StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable() |
Creates an instance of the PreDependenciesDataTable class. |
| StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable(SerializationInfo, StreamingContext) |
Creates an instance of the PreDependenciesDataTable class by using separate parameters. |
StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable()
Creates an instance of the PreDependenciesDataTable class.
public:
PreDependenciesDataTable();
public PreDependenciesDataTable();
Public Sub New ()
Applies to
StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable(SerializationInfo, StreamingContext)
Creates an instance of the PreDependenciesDataTable class by using separate parameters.
protected:
PreDependenciesDataTable(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected PreDependenciesDataTable(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new WebSvcStatusing.StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> WebSvcStatusing.StatusingAssignmentDependenciesDataSet.PreDependenciesDataTable
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.