IMiningModelDrillThroughHandler.NodeText Property
Applies To: SQL Server 2016 Preview
Gets or sets the unique name of the node that contains the cases for drillthrough.
Namespace: Microsoft.DataWarehouse.Interfaces
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
string NodeText { get; set; }
property String^ NodeText {
String^ get();
void set(String^ value);
}
abstract NodeText : string with get, set
Property NodeText As String
Property Value
Type: System.String
A string that contains the unique name of a node in a mining model.
See Also
IMiningModelDrillThroughHandler Interface
Microsoft.DataWarehouse.Interfaces Namespace
Return to top