CDataConnection::operator CSession&
에 포함 된 항목에 대 한 참조를 반환 합니다. CSession 개체입니다.
operator const CSession&();
설명
이 연산자는 포함 된 참조를 반환 CSession 개체를 전달 하는 CDataConnection 개체 위치는 CSession 참조와 야 합니다.
예제
함수를 사용 하는 경우 (같은 func 아래)는는 CSession 참조를 사용할 수 있습니다 CSession & 전달 하는 CDataConnection 대신.
void SessionFunc(const CSession& theSession)
{
XACTTRANSINFO info = {0};
HRESULT hr = theSession.GetTransactionInfo(&info);
wprintf_s(_T("GetTransactionInfo returned %x\n"), hr);
}
CDataConnection dc;
dc.Open(szInit);
SessionFunc(dc);
요구 사항
헤더: atldbcli.h