ClusApplication object

[The ClusApplication object is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]

The ClusApplication object provides access to the DomainNames and ClusterNames collections and opens a connection to a specified cluster.

Members

The ClusApplication object has these types of members:

Methods

The ClusApplication object has these methods.

Method Description
OpenCluster Opens a connection to a cluster.

Properties

The ClusApplication object has these properties.

Property Description
ClusterNames
Returns the names of all the clusters in a domain.
DomainNames
Returns the names of all available domains.

Remarks

ClusApplication is a top-level object, allowing new object instances to be created.

Examples

Dim objApplication as ClusApplication
Set objApplication = New ClusApplication

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Header
MsClus.h
IDL
MsClus.idl
Type library
MsClus.tlb
DLL
MsClus.dll
IID
IID_ISClusApplication is defined as F2E606E6-2631-11D1-89F1-00A0C90D061E

See also

Application Management Objects