次の方法で共有


NodeText プロパティ

ドリルスルーのケースを含むノードの一意の名前を取得します。値の設定も可能です。

名前空間:  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
マイニング モデルにあるノードの一意の名前を表す文字列です。