Skip to content

Latest commit

 

History

History
73 lines (63 loc) · 1.96 KB

File metadata and controls

73 lines (63 loc) · 1.96 KB
title ISessionPropertiesImpl Class | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
ISessionPropertiesImpl
dev_langs
C++
helpviewer_keywords
ISessionPropertiesImpl class
ms.assetid ca0ba254-c7dc-4c52-abec-cf895a0c6a63
caps.latest.revision 9
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

ISessionPropertiesImpl Class

Provides an implementation of the ISessionProperties interface.

Syntax

template <class T, class PropClass = T>  
class ATL_NO_VTABLE ISessionPropertiesImpl :  
   public ISessionProperties,    
   public CUtlProps<PropClass>  

Parameters

T
Your class, derived from ISessionPropertiesImpl.

PropClass
A user-definable property class that defaults to T.

Members

Interface Methods

GetProperties Returns the list of properties in the Session property group that are currently set on the session.
SetProperties Sets properties in the Session property group.

Remarks

A mandatory interface on sessions. This class implements session properties by calling a static function defined by the property set map. The property set map should be specified in your session class.

Requirements

Header: atldb.h

See Also

OLE DB Provider Templates
OLE DB Provider Template Architecture