JobQueueEntryWithJobSourceTable.SetRecord Method

This member overrides TeamFoundationTableValueParameter<T>.SetRecord(T, SqlDataRecord).

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Overrides Sub SetRecord ( _
    jobQueueEntry As TeamFoundationJobQueueEntry, _
    record As SqlDataRecord _
)
public override void SetRecord(
    TeamFoundationJobQueueEntry jobQueueEntry,
    SqlDataRecord record
)
public:
virtual void SetRecord(
    TeamFoundationJobQueueEntry^ jobQueueEntry, 
    SqlDataRecord^ record
) override
abstract SetRecord : 
        jobQueueEntry:TeamFoundationJobQueueEntry * 
        record:SqlDataRecord -> unit  
override SetRecord : 
        jobQueueEntry:TeamFoundationJobQueueEntry * 
        record:SqlDataRecord -> unit
public override function SetRecord(
    jobQueueEntry : TeamFoundationJobQueueEntry, 
    record : SqlDataRecord
)

Parameters

.NET Framework Security

See Also

Reference

JobQueueEntryWithJobSourceTable Class

Microsoft.TeamFoundation.Framework.Server Namespace