Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Used to capture the individual SQL Server calls.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property SqlCalls As List(Of MethodTime)
public virtual List<MethodTime> SqlCalls { get; }
public:
virtual property List<MethodTime^>^ SqlCalls {
List<MethodTime^>^ get ();
}
abstract SqlCalls : List<MethodTime> with get
override SqlCalls : List<MethodTime> with get
function get SqlCalls () : List<MethodTime>
Property Value
Type: System.Collections.Generic.List<MethodTime>
Returns List<T>.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.