Propriété IMiningModelDrillThroughHandler.NodeText
Gets or sets the unique name of the node that contains the cases for drillthrough.
Espace de noms : Microsoft.DataWarehouse.Interfaces
Assembly : Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)
Syntaxe
'Déclaration
Property NodeText As String
Get
Set
'Utilisation
Dim instance As IMiningModelDrillThroughHandler
Dim value As String
value = instance.NodeText
instance.NodeText = value
string NodeText { get; set; }
property String^ NodeText {
String^ get ();
void set (String^ value);
}
abstract NodeText : string with get, set
function get NodeText () : String
function set NodeText (value : String)
Valeur de propriété
Type : System.String
A string that contains the unique name of a node in a mining model.