ExtendedAttributeComponent Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent
    Microsoft.TeamFoundation.Framework.Server.ExtendedAttributeComponent

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

Syntax

'Declaration
Public Class ExtendedAttributeComponent _
    Inherits TeamFoundationSqlResourceComponent
public class ExtendedAttributeComponent : TeamFoundationSqlResourceComponent
public ref class ExtendedAttributeComponent : public TeamFoundationSqlResourceComponent
type ExtendedAttributeComponent =  
    class
        inherit TeamFoundationSqlResourceComponent
    end
public class ExtendedAttributeComponent extends TeamFoundationSqlResourceComponent

The ExtendedAttributeComponent type exposes the following members.

Constructors

  Name Description
Public method ExtendedAttributeComponent

Top

Properties

  Name Description
Protected property Author (Inherited from TeamFoundationSqlResourceComponent.)
Protected property BoundParameters (Inherited from TeamFoundationSqlResourceComponent.)
Protected property Command (Inherited from TeamFoundationSqlResourceComponent.)
Protected property CommandTimeout (Inherited from TeamFoundationSqlResourceComponent.)
Protected property Connection (Inherited from TeamFoundationSqlResourceComponent.)
Protected property ContainerErrorCode (Inherited from TeamFoundationSqlResourceComponent.)
Public property DatabaseCategory (Inherited from TeamFoundationSqlResourceComponent.)
Protected property DataReader (Inherited from TeamFoundationSqlResourceComponent.)
Protected property DataSet (Inherited from TeamFoundationSqlResourceComponent.)
Public property DataSource (Inherited from TeamFoundationSqlResourceComponent.)
Protected property DeadlockPause (Inherited from TeamFoundationSqlResourceComponent.)
Public property InitialCatalog (Inherited from TeamFoundationSqlResourceComponent.)
Protected property MaxDeadlockRetries (Inherited from TeamFoundationSqlResourceComponent.)
Protected property ProcedureName (Inherited from TeamFoundationSqlResourceComponent.)
Protected property RequestContext (Inherited from TeamFoundationSqlResourceComponent.)
Protected property StatementIndex (Inherited from TeamFoundationSqlResourceComponent.)
Protected property TranslatedExceptions (Inherited from TeamFoundationSqlResourceComponent.)

Top

Methods

  Name Description
Protected method AddStatement(String) (Inherited from TeamFoundationSqlResourceComponent.)
Protected method AddStatement(String, Int32) (Inherited from TeamFoundationSqlResourceComponent.)
Protected method AddStatement(String, Int32, Boolean) (Inherited from TeamFoundationSqlResourceComponent.)
Protected method AddStatement(String, Int32, Boolean, Boolean) (Inherited from TeamFoundationSqlResourceComponent.)
Protected method BeginTransaction (Inherited from TeamFoundationSqlResourceComponent.)
Protected method BindBinary(String, array<Byte[], SqlDbType) (Inherited from TeamFoundationSqlResourceComponent.)
Protected method BindBinary(String, array<Byte[], Int32, SqlDbType) (Inherited from TeamFoundationSqlResourceComponent.)
Protected method BindBoolean (Inherited from TeamFoundationSqlResourceComponent.)
Protected method BindByte(String, Byte) (Inherited from TeamFoundationSqlResourceComponent.)
Protected method BindByte(String, Byte, Byte) (Inherited from TeamFoundationSqlResourceComponent.)
Protected method BindDateTime (Inherited from TeamFoundationSqlResourceComponent.)
Protected method BindDefault (Inherited from TeamFoundationSqlResourceComponent.)
Protected method BindGuid (Inherited from TeamFoundationSqlResourceComponent.)
Protected method BindInt (Inherited from TeamFoundationSqlResourceComponent.)
Protected method BindLong (Inherited from TeamFoundationSqlResourceComponent.)
Protected method BindNullableByte (Inherited from TeamFoundationSqlResourceComponent.)
Protected method BindNullableGuid (Inherited from TeamFoundationSqlResourceComponent.)
Protected method BindNullableInt (Inherited from TeamFoundationSqlResourceComponent.)
Protected method BindNullValue (Inherited from TeamFoundationSqlResourceComponent.)
Protected method BindString(String, String, Int32, TeamFoundationSqlResourceComponent.BindStringBehavior, SqlDbType) (Inherited from TeamFoundationSqlResourceComponent.)
Protected method BindString(String, String, Int32, Boolean, SqlDbType) (Inherited from TeamFoundationSqlResourceComponent.)
Protected method BindSysname (Inherited from TeamFoundationSqlResourceComponent.)
Protected method BindXml(String, TeamFoundationDatabaseXmlWriter) (Inherited from TeamFoundationSqlResourceComponent.)
Protected method BindXml(String, String) (Inherited from TeamFoundationSqlResourceComponent.)
Public method Cancel (Inherited from TeamFoundationSqlResourceComponent.)
Protected method CanRetryOnException (Inherited from TeamFoundationSqlResourceComponent.)
Protected method CommitTransaction (Inherited from TeamFoundationSqlResourceComponent.)
Public method DeleteDatabaseAttribute
Public method Dispose (Inherited from TeamFoundationSqlResourceComponent.)
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Execute (Inherited from TeamFoundationSqlResourceComponent.)
Protected method ExecuteAdapter (Inherited from TeamFoundationSqlResourceComponent.)
Protected method ExecuteNonQuery() (Inherited from TeamFoundationSqlResourceComponent.)
Protected method ExecuteNonQuery(Boolean) (Inherited from TeamFoundationSqlResourceComponent.)
Protected method ExecuteReader() (Inherited from TeamFoundationSqlResourceComponent.)
Protected method ExecuteReader(CommandBehavior) (Inherited from TeamFoundationSqlResourceComponent.)
Protected method ExecuteScalar (Inherited from TeamFoundationSqlResourceComponent.)
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.)
Protected method FlushBatch (Inherited from TeamFoundationSqlResourceComponent.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetParameterName (Inherited from TeamFoundationSqlResourceComponent.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method HandleException (Inherited from TeamFoundationSqlResourceComponent.)
Protected method MapException(SqlException) (Inherited from TeamFoundationSqlResourceComponent.)
Protected method MapException(SqlException, QueryExecutionState) (Inherited from TeamFoundationSqlResourceComponent.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method PrepareSqlBatch (Inherited from TeamFoundationSqlResourceComponent.)
Protected method PrepareStoredProcedure(String) (Inherited from TeamFoundationSqlResourceComponent.)
Protected method PrepareStoredProcedure(String, Int32) (Inherited from TeamFoundationSqlResourceComponent.)
Public method ReadDatabaseAttribute
Protected method RollbackTransaction (Inherited from TeamFoundationSqlResourceComponent.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Protected method TranslateException(SqlException) (Inherited from TeamFoundationSqlResourceComponent.)
Protected method TranslateException(SqlTypeException) (Inherited from TeamFoundationSqlResourceComponent.)
Public method WriteDatabaseAttribute

Top

Events

  Name Description
Public event InfoMessage (Inherited from TeamFoundationSqlResourceComponent.)

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