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 RecursiveSqlCalls As List(Of MethodTime)
public virtual List<MethodTime> RecursiveSqlCalls { get; }
public:
virtual property List<MethodTime^>^ RecursiveSqlCalls {
List<MethodTime^>^ get ();
}
abstract RecursiveSqlCalls : List<MethodTime> with get
override RecursiveSqlCalls : List<MethodTime> with get
function get RecursiveSqlCalls () : 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.