Share via


CommerceOleDbProvider Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the Commerce OLE DB provider handle.

This API is not CLS-compliant. 

Namespace:  Microsoft.CommerceServer.Runtime.Profiles
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public ReadOnly Property CommerceOleDbProvider As Connection
'Usage
Dim instance As ProfileContext
Dim value As Connection

value = instance.CommerceOleDbProvider
[CLSCompliantAttribute(false)]
public Connection CommerceOleDbProvider { get; }
[CLSCompliantAttribute(false)]
public:
property Connection^ CommerceOleDbProvider {
    Connection^ get ();
}
public function get CommerceOleDbProvider () : Connection

Property Value

Type: Connection
The OLEDB Provider for Commerce Server handle.

Remarks

Accesses the Commerce OLE DB provider handle.

Permissions

See Also

Reference

ProfileContext Class

ProfileContext Members

Microsoft.CommerceServer.Runtime.Profiles Namespace