Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.