ResourceDataSet.ResourcesDataTable.AddResourcesRow - Méthode

Ajoute un objet ResourcesRow à la ResourcesDataTable.

Espace de noms :  WebSvcWorkflow
Assembly :  ProjectServerServices (dans ProjectServerServices.dll)

Syntaxe

'Déclaration
Public Sub AddResourcesRow ( _
    row As ResourceDataSet.ResourcesRow _
)
'Utilisation
Dim instance As ResourceDataSet.ResourcesDataTable
Dim row As ResourceDataSet.ResourcesRow

instance.AddResourcesRow(row)
public void AddResourcesRow(
    ResourceDataSet.ResourcesRow row
)

Paramètres

Remarques

La signature de la méthode AddResourcesRow est surchargée comme suit :

  • Les développeurs tiers doivent utiliser la surcharge qui possède un paramètre unique ResourceDataSet.ResourcesRow , par exemple, AddResourcesRow(ResourceDataSet.ResourcesRow row).

  • L'Explorateur d'objets dans Microsoft Visual Studio présente une autre surcharge qui utilise des paramètres individuels pour tous les champs dans ResourcesRow. La surcharge est utilisée en interne.

    public ResourcesRow AddResourcesRow (
            Guid RES_UID, 
            int RES_ID,
            int RES_TYPE, 
            bool RES_HAS_NOTES,
            bool RES_CAN_LEVEL, 
            short RES_ACCRUE_AT,
            int RES_BOOKING_TYPE,
            string RES_NAME,
            string RES_INITIALS, 
            string RES_PHONETICS,
            string RES_MATERIAL_LABEL, 
            Byte[] RES_RTF_NOTES, 
            string WRES_ACCOUNT,
            bool RES_IS_WINDOWS_USER, 
            string WRES_EMAIL, 
            int WRES_EMAIL_LANGUAGE,
            Guid RES_CHECKOUTBY, 
            DateTime RES_CHECKOUTDATE,
            string RES_HYPERLINK_FRIENDLY_NAME,
            string RES_HYPERLINK_ADDRESS,
            string RES_HYPERLINK_SUB_ADDRESS, 
            string RES_CODE, string RES_GROUP,
            string RES_EXTERNAL_ID, 
            Guid RES_TIMESHEET_MGR_UID, 
            Guid RES_DEF_ASSN_OWNER,
            DateTime RES_HIRE_DATE, 
            DateTime RES_TERMINATION_DATE, 
            bool RES_IS_TEAM,
            bool RES_EXCHANGE_SYNC, 
            string RES_EXCHANGE_EWS_URL, 
            string RES_COST_CENTER,
            string RES_NOTES,
            Guid BaseCalendarUniqueId, 
            DateTime CREATED_DATE,
            DateTime MOD_DATE
    )
    

Voir aussi

Référence

ResourceDataSet.ResourcesDataTable classe

ResourceDataSet.ResourcesDataTable - Membres

WebSvcWorkflow - Espace de noms