Purpose:
This is the class that is used to represent a server definition for QBIC.
Methods:
BSTR getName();
setName(LPCTSTR name);
BSTR datastoreType();
LPDISPATCH datastore();
Gets the datastore. The returned LPDISPATCH pointer contains a DXDatastoreQBIC object.
BSTR getHostName();
setHostName(LPCTSTR hostName);
BSTR getPortNumber();
setPortNumber(LPCTSTR PortNumber);
Sets the port number.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.