次の方法で共有


ClusVersion.Flags property

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

Returns flags associated with the cluster version.

This property is read-only.

Syntax

ClusVersion.Flags

Property value

Long that receives the flags. Only one flag is defined by MsClus.h.

CLUSTER_VERSION_FLAG_MIXED_MODE (0x00000001)

There is more than one version of the Cluster service running on the cluster nodes.

Remarks

All ClusVersion properties are static values corresponding the state of the cluster when the ClusVersion object was first created. To obtain the latest version information from the cluster, create a new ClusVersion object.

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_ISClusVersion is defined as F2E60716-2631-11D1-89F1-00A0C90D061E

See also

ClusVersion

ClusVersion.CSDVersion

ClusVersion.MajorVersion

ClusVersion.MinorVersion