BusinessDataAdmin2FreeThreaded.m_connBizDataStore Property (PIA)

The m_connBizDataSTore object is a read/write Connection object that contains the connection to the Business Desk data store.

Definition

[Visual Basic .NET]

Imports Microsoft.CommerceServer.Interop.Profiles
…
Public Property m_connBizDataStore as Connection 

[C#]

using Microsoft.CommerceServer.Interop.Profiles;
…
public Connection m_connBizDataStore { get; set;}

Property Value

A Connection object containing the connection to the Profile data store.

Exception

This method may throw one of many mapped exceptions or an exception of type COMException. See Standard COM Errors for additional details.

Requirements

Namespace: Microsoft.CommerceServer.Interop.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: bizdataadmin (in bizdadaadmin.dll)

See Also

BusinessDataAdmin2FreeThreaded Class

BusinessDataAdmin2FreeThreaded Properties

Copyright © 2005 Microsoft Corporation.
All rights reserved.