TeamFoundationSqlResourceComponent 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
'Декларация
Public MustInherit Class TeamFoundationSqlResourceComponent _
Implements IDisposable, ICancelable
public abstract class TeamFoundationSqlResourceComponent : IDisposable,
ICancelable
public ref class TeamFoundationSqlResourceComponent abstract : IDisposable,
ICancelable
[<AbstractClass>]
type TeamFoundationSqlResourceComponent =
class
interface IDisposable
interface ICancelable
end
public abstract class TeamFoundationSqlResourceComponent implements IDisposable, ICancelable
The TeamFoundationSqlResourceComponent type exposes the following members.
Constructors
Top
Properties
Top
Methods
|
AddStatement(String) |
|
|
AddStatement(String, Int32) |
|
|
AddStatement(String, Int32, Boolean) |
|
|
AddStatement(String, Int32, Boolean, Boolean) |
|
|
BeginTransaction |
|
|
BindBinary(String, array<Byte[], SqlDbType) |
|
|
BindBinary(String, array<Byte[], Int32, SqlDbType) |
|
|
BindBoolean |
|
|
BindByte(String, Byte) |
|
|
BindByte(String, Byte, Byte) |
|
|
BindDateTime |
|
|
BindDefault |
|
|
BindGuid |
|
|
BindInt |
|
|
BindLong |
|
|
BindNullableByte |
|
|
BindNullableGuid |
|
|
BindNullableInt |
|
|
BindNullValue |
|
|
BindString(String, String, Int32, TeamFoundationSqlResourceComponent.BindStringBehavior, SqlDbType) |
|
|
BindString(String, String, Int32, Boolean, SqlDbType) |
|
|
BindSysname |
|
|
BindXml(String, TeamFoundationDatabaseXmlWriter) |
|
|
BindXml(String, String) |
|
|
Cancel |
|
|
CanRetryOnException |
|
|
CommitTransaction |
|
|
Dispose |
|
|
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Execute |
|
|
ExecuteAdapter |
|
|
ExecuteNonQuery() |
|
|
ExecuteNonQuery(Boolean) |
|
|
ExecuteReader() |
|
|
ExecuteReader(CommandBehavior) |
|
|
ExecuteScalar |
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
FlushBatch |
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetParameterName |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
HandleException |
|
|
MapException(SqlException) |
|
|
MapException(SqlException, QueryExecutionState) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
PrepareSqlBatch |
|
|
PrepareStoredProcedure(String) |
|
|
PrepareStoredProcedure(String, Int32) |
|
|
RollbackTransaction |
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
|
TranslateException(SqlException) |
|
|
TranslateException(SqlTypeException) |
|
|
TranslateSqlException |
|
Top
Events
Top
Fields
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