ProjectWSSInfoDataSet.ProjWssInfoDataTable.AddProjWssInfoRow-Methode (ProjectWSSInfoDataSet.ProjWssInfoRow)
Der ProjWssInfoDataTablewird ein ProjWssInfoRow -Objekt hinzugefügt.
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Sub AddProjWssInfoRow ( _
row As ProjectWSSInfoDataSet.ProjWssInfoRow _
)
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoDataTable
Dim row As ProjectWSSInfoDataSet.ProjWssInfoRow
instance.AddProjWssInfoRow(row)
public void AddProjWssInfoRow(
ProjectWSSInfoDataSet.ProjWssInfoRow row
)
Parameter
row
Typ: WebSvcWssInterop.ProjectWSSInfoDataSet.ProjWssInfoRowDie Zeile, für die SharePoint-Informationen zu den Projektwebsitehinzufügen.
Siehe auch
Referenz
ProjectWSSInfoDataSet.ProjWssInfoDataTable Klasse