Proprietà MiningContentNode.NodeRule

Gets the rule associated with this node.

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property NodeRule As String 
    Get
'Utilizzo
Dim instance As MiningContentNode 
Dim value As String 

value = instance.NodeRule
public string NodeRule { get; }
public:
property String^ NodeRule {
    String^ get ();
}
member NodeRule : string
function get NodeRule () : String

Valore proprietà

Tipo: System.String
A String containing the rule associated with this node.

Osservazioni

This value is algorithm-specific.

Vedere anche

Riferimento

MiningContentNode Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer