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.
Read the performance options
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function ReadPerformanceOptions ( _
requestContext As TeamFoundationRequestContext, _
databaseName As String _
) As Integer
public int ReadPerformanceOptions(
TeamFoundationRequestContext requestContext,
string databaseName
)
public:
int ReadPerformanceOptions(
TeamFoundationRequestContext^ requestContext,
String^ databaseName
)
member ReadPerformanceOptions :
requestContext:TeamFoundationRequestContext *
databaseName:string -> int
public function ReadPerformanceOptions(
requestContext : TeamFoundationRequestContext,
databaseName : String
) : int
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- databaseName
Type: System.String
Return Value
Type: System.Int32
.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.