ProjectRelationsDataSet.ProjectRelationsDataTable.AddProjectRelationsRow 方法 (Guid, String, Guid, String, Int32)
此成员仅供内部使用,不能直接在您的代码中使用。
命名空间: WebSvcProject
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Function AddProjectRelationsRow ( _
ProjectUID As Guid, _
ProjectName As String, _
RelatedProjectUID As Guid, _
RelatedProjectName As String, _
Relationship As Integer _
) As ProjectRelationsDataSet.ProjectRelationsRow
用法
Dim instance As ProjectRelationsDataSet.ProjectRelationsDataTable
Dim ProjectUID As Guid
Dim ProjectName As String
Dim RelatedProjectUID As Guid
Dim RelatedProjectName As String
Dim Relationship As Integer
Dim returnValue As ProjectRelationsDataSet.ProjectRelationsRow
returnValue = instance.AddProjectRelationsRow(ProjectUID, _
ProjectName, RelatedProjectUID, _
RelatedProjectName, Relationship)
public ProjectRelationsDataSet.ProjectRelationsRow AddProjectRelationsRow(
Guid ProjectUID,
string ProjectName,
Guid RelatedProjectUID,
string RelatedProjectName,
int Relationship
)
参数
- ProjectUID
类型:System.Guid
- ProjectName
类型:System.String
- RelatedProjectUID
类型:System.Guid
- RelatedProjectName
类型:System.String
- Relationship
类型:System.Int32
返回值
类型:WebSvcProject.ProjectRelationsDataSet.ProjectRelationsRow
备注
一般情况下,开发人员应使用的AddProjectRelationsRow重载。
另请参阅
引用
ProjectRelationsDataSet.ProjectRelationsDataTable 类