JobQueueEntryWithJobSourceTable Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.TeamFoundationTableValueParameter<TeamFoundationJobQueueEntry>
    Microsoft.TeamFoundation.Framework.Server.JobQueueEntryWithJobSourceTable

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

Syntax

'Declaration
Public Class JobQueueEntryWithJobSourceTable _
    Inherits TeamFoundationTableValueParameter(Of TeamFoundationJobQueueEntry)
public class JobQueueEntryWithJobSourceTable : TeamFoundationTableValueParameter<TeamFoundationJobQueueEntry>
public ref class JobQueueEntryWithJobSourceTable : public TeamFoundationTableValueParameter<TeamFoundationJobQueueEntry^>
type JobQueueEntryWithJobSourceTable =  
    class 
        inherit TeamFoundationTableValueParameter<TeamFoundationJobQueueEntry>
    end
public class JobQueueEntryWithJobSourceTable extends TeamFoundationTableValueParameter<TeamFoundationJobQueueEntry>

The JobQueueEntryWithJobSourceTable type exposes the following members.

Constructors

  Name Description
Public method JobQueueEntryWithJobSourceTable

Top

Properties

  Name Description
Public property Current (Inherited from TeamFoundationTableValueParameter<T>.)
Public property IsNullOrEmpty True if there are 0 rows to send to SQL Server. (Inherited from TeamFoundationTableValueParameter<T>.)
Public property TypeName Name of the SQL Server Type. (Inherited from TeamFoundationTableValueParameter<T>.)

Top

Methods

  Name Description
Public method Dispose (Inherited from TeamFoundationTableValueParameter<T>.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetEnumerator Gets an enumerator of SqlDataRecords - overridable for tables with multivalued parameters. (Inherited from TeamFoundationTableValueParameter<T>.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method MoveNext (Inherited from TeamFoundationTableValueParameter<T>.)
Public method Reset (Inherited from TeamFoundationTableValueParameter<T>.)
Public method SetNullableBinary Set the value of a specific column to the specified Binary. If the value of the binary is null, the function will bind null. (Inherited from TeamFoundationTableValueParameter<T>.)
Public method SetNullableDateTime Sets the value of a specific column to the specified DateTime. If the value of the DateTime is MinValue, the function will bind null. (Inherited from TeamFoundationTableValueParameter<T>.)
Public method SetNullableGuid Sets the value of a specific column to the specified GUID. If the value of the GUID is Guid.Empty, the function will bind null. (Inherited from TeamFoundationTableValueParameter<T>.)
Public method SetNullableInt32 (Inherited from TeamFoundationTableValueParameter<T>.)
Public method SetNullableString Sets the value of a specific column to the specified string. If the value of the string is null, the function will bind null. (Inherited from TeamFoundationTableValueParameter<T>.)
Public method SetNullableStringAsEmpty Sets the value of a specific column to the specified string. If the value of the string is null, it will be converted to an empty string; otherwise, the input string is used. (Inherited from TeamFoundationTableValueParameter<T>.)
Public method SetRecord (Overrides TeamFoundationTableValueParameter<T>.SetRecord(T, SqlDataRecord).)
Public method SetString Sets the value of a specific column to the specified string. The bindBehavior indicates how nulls and empty strings are transformed, if at all. (Inherited from TeamFoundationTableValueParameter<T>.)
Public method SetTimespanAsMicroseconds Set the value of a specific column to the specified TimeSpan converted to microseconds. Column should be a BIGINT. (Inherited from TeamFoundationTableValueParameter<T>.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_enumerator (Inherited from TeamFoundationTableValueParameter<T>.)
Protected field m_hasMoreRows (Inherited from TeamFoundationTableValueParameter<T>.)
Protected field m_omitNullEntries (Inherited from TeamFoundationTableValueParameter<T>.)
Protected field m_record (Inherited from TeamFoundationTableValueParameter<T>.)
Protected field m_rows (Inherited from TeamFoundationTableValueParameter<T>.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IEnumerator.Current (Inherited from TeamFoundationTableValueParameter<T>.)
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator (Inherited from TeamFoundationTableValueParameter<T>.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace