Compartilhar via


Método TFSProvider.EventWriteEvent_SQL_Info

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (em Microsoft.TeamFoundation.Framework.Server.dll)

Sintaxe

'Declaração
Public Function EventWriteEvent_SQL_Info ( _
    Database As String, _
    Datasource As String, _
    Operation As String, _
    Retries As Short, _
    Success As Boolean, _
    TotalTime As Integer, _
    ConnectTime As Integer, _
    ExecutionTime As Integer, _
    WaitTime As Integer, _
    ErrorCode As Integer, _
    ErrorMessage As String _
) As Boolean
public bool EventWriteEvent_SQL_Info(
    string Database,
    string Datasource,
    string Operation,
    short Retries,
    bool Success,
    int TotalTime,
    int ConnectTime,
    int ExecutionTime,
    int WaitTime,
    int ErrorCode,
    string ErrorMessage
)

Parâmetros

Valor de retorno

Tipo: System.Boolean
Retorna Boolean.

Segurança do .NET Framework

Consulte também

Referência

TFSProvider Classe

Namespace Microsoft.TeamFoundation.Framework.Server