BizDataConnection Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the connection to the profile data store.
Namespace: Microsoft.CommerceServer.Interop.Profiles
Assembly: Microsoft.CommerceServer.Interop.Profiles.BizDataAdmin (in Microsoft.CommerceServer.Interop.Profiles.BizDataAdmin.dll)
Syntax
'Declaration
Public Property BizDataConnection As Connection
'Usage
Dim instance As BusinessDataAdminFreeThreaded
Dim value As Connection
value = instance.BizDataConnection
instance.BizDataConnection = value
public Connection BizDataConnection { get; set; }
public:
property Connection^ BizDataConnection {
Connection^ get ();
void set (Connection^ value);
}
public function get BizDataConnection () : Connection
public function set BizDataConnection (value : Connection)
Property Value
Type: Connection
A Connection object containing the connection to the profile data store.
Remarks
The Connection object represents a physical connection to a data store.
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.
See Also
Reference
BusinessDataAdminFreeThreaded Class