_Application.ClusterConnector Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the name of the High Performance Computing (HPC) Cluster Connector that is used to run user-defined functions in XLL add-ins.
public:
property System::String ^ ClusterConnector { System::String ^ get(); void set(System::String ^ value); };
public string ClusterConnector { get; set; }
Public Property ClusterConnector As String
Property Value
The name of the High Performance Computing (HPC) Cluster Connector that is used to run user-defined functions in XLL add-ins.
Remarks
Read/write.
The setting of the ClusterConnector property corresponds to the Cluster type drop-down box under Formulas in the Advanced category of the Excel Options dialog box.
Note: To specify the ClusterConnector 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.
Before you can specify the ClusterConnector property, you must use the UseClusterConnector property to allow Microsoft Excel 2010 to run user-defined functions in XLL add-ins.