MiningContentNode.NodeRule Property

 

Gets the rule associated with this node.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public string NodeRule { get; }
public:
property String^ NodeRule {
    String^ get();
}
member NodeRule : string with get
Public ReadOnly Property NodeRule As String

Property Value

Type: System.String

A String containing the rule associated with this node.

Remarks

This value is algorithm specific.

See Also

MiningContentNode Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top