TFSProvider.EventWriteEvent_SQL_Info 메서드
네임스페이스: Microsoft.TeamFoundation.Framework.Server
어셈블리: Microsoft.TeamFoundation.Framework.Server(Microsoft.TeamFoundation.Framework.Server.dll)
구문
‘선언
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
)
매개 변수
- Database
형식: System.String
- Datasource
형식: System.String
- Operation
형식: System.String
- Retries
형식: System.Int16
- Success
형식: System.Boolean
- TotalTime
형식: System.Int32
- ConnectTime
형식: System.Int32
- ExecutionTime
형식: System.Int32
- WaitTime
형식: System.Int32
- ErrorCode
형식: System.Int32
- ErrorMessage
형식: System.String
반환 값
형식: System.Boolean
Boolean 를 반환합니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.