Application.UseClusterConnector Property (Excel)

Returns or sets whether Excel allows user-defined functions in XLL add-ins to be run on a compute cluster. Read/write

Version Information

추가된 버전: Excel 2010

Syntax

.UseClusterConnector

A variable that represents an Application object.

Return Value

Boolean

Remarks

True if Excel allows user-defined functions in XLL add-ins to be run on a compute cluster; otherwise False. The setting of the UseClusterConnector property corresponds to the Allow user-defined XLL functions to run on a compute cluster check box under Formulas in the Advanced category of the Excel Options dialog box.

참고

To enable the UseClusterConnector property you must install a High Performance Computing (HPC) Cluster Connector. A Cluster Connector enables you to run cluster-safe XLL functions remotely on an HPC cluster for increased performance.

After setting the UseClusterConnector property, use the ClusterConnector property to specify the HPC Cluster Connector to use.

참고 항목

개념

Application Object

Application Object Members