StatusingDataSet.ResourcesDataTable.AddResourcesRow Method
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.
Adds a ResourcesRow object to the ResourcesDataTable.
public:
void AddResourcesRow(WebSvcStatusing::StatusingDataSet::ResourcesRow ^ row);
public void AddResourcesRow(WebSvcStatusing.StatusingDataSet.ResourcesRow row);
member this.AddResourcesRow : WebSvcStatusing.StatusingDataSet.ResourcesRow -> unit
Public Sub AddResourcesRow (row As StatusingDataSet.ResourcesRow)
Parameters
The resources row to add.
Remarks
The AddResourcesRow method signature is overloaded as follows:
- Third-party developers should use the overload that has a single StatusingDataSet.ResourcesRow parameter; for example, AddResourcesRow(StatusingDataSet.ResourcesRow row).
- The Object Explorer in Microsoft Visual Studio shows another overload, which uses individual parameters for all fields in ResourcesRow. This overload is used internally.