ScheduleDataSet.ScheduleDataTable.FindByPrimaryID - Méthode
Récupère un objet ScheduleRow à l'aide de la spécifié primaryID GUID.
Espace de noms : WebSvcStatusing
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Function FindByPrimaryID ( _
PrimaryID As Guid _
) As ScheduleDataSet.ScheduleRow
'Utilisation
Dim instance As ScheduleDataSet.ScheduleDataTable
Dim PrimaryID As Guid
Dim returnValue As ScheduleDataSet.ScheduleRow
returnValue = instance.FindByPrimaryID(PrimaryID)
public ScheduleDataSet.ScheduleRow FindByPrimaryID(
Guid PrimaryID
)
Paramètres
PrimaryID
Type : System.GuidContient le GUID primaryID .
Valeur renvoyée
Type : WebSvcStatusing.ScheduleDataSet.ScheduleRow
Voir aussi
Référence
ScheduleDataSet.ScheduleDataTable classe