SqlErrorAttribute Class
This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
<AttributeUsageAttribute(AttributeTargets.Constructor, Inherited := False, _
AllowMultiple := True)> _
Public Class SqlErrorAttribute _
Inherits Attribute
'Usage
Dim instance As SqlErrorAttribute
[AttributeUsageAttribute(AttributeTargets.Constructor, Inherited = false, AllowMultiple = true)]
public class SqlErrorAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Constructor, Inherited = false,
AllowMultiple = true)]
public ref class SqlErrorAttribute : public Attribute
public class SqlErrorAttribute extends Attribute
Inheritance Hierarchy
System.Object
System.Attribute
Microsoft.TeamFoundation.Server.SqlErrorAttribute
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.