NodeText 属性

Gets or sets the unique name of the node that contains the cases for drillthrough.

命名空间:  Microsoft.DataWarehouse.Interfaces
程序集:  Microsoft.DataWarehouse.Interfaces(在 Microsoft.DataWarehouse.Interfaces.dll 中)

语法

声明
Property NodeText As String
    Get
    Set
用法
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)

属性值

类型:System. . :: . .String
A string that contains the unique name of a node in a mining model.