- row
- The MPPSDataset.PPSRelationshipRow to be added.
| Visual Basic (Declaration) | |
|---|---|
<DebuggerNonUserCodeAttribute()> Overloads Public Sub AddPPSRelationshipRow( _ ByVal row As MPPSDataset.PPSRelationshipRow _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MPPSDataset.PPSRelationshipDataTable Dim row As MPPSDataset.PPSRelationshipRow instance.AddPPSRelationshipRow(row) | |
| C# | |
|---|---|
[DebuggerNonUserCodeAttribute()] public void AddPPSRelationshipRow( MPPSDataset.PPSRelationshipRow row ) | |
| C++/CLI | |
|---|---|
[DebuggerNonUserCodeAttribute()] public: void AddPPSRelationshipRow( MPPSDataset.PPSRelationshipRow^ row ) | |
Parameters
- row
- The MPPSDataset.PPSRelationshipRow to be added.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code