Index

DXServerDefQBIC

Purpose:

This is the class that is used to represent a server definition for QBIC.

Methods:

getName
   BSTR getName();

Gets the name.

setName
   setName(LPCTSTR name);

Sets the name.

datastoreType
   BSTR datastoreType();

Gets the datastore type.

datastore
   LPDISPATCH datastore();

Gets the datastore. The returned LPDISPATCH pointer contains a DXDatastoreQBIC object.

getHostName
   BSTR getHostName();

Gets the host name.

setHostName
   setHostName(LPCTSTR hostName);

Sets the host name.

getPortNumber
   BSTR getPortNumber();

Gets the port number.

setPortNumber
   setPortNumber(LPCTSTR PortNumber);

Sets the port number.

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.