Partager via


Propriété MiningContentNode.NodeRule

Obtient la règle associée à ce nœud.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property NodeRule As String 
    Get
'Utilisation
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

Valeur de propriété

Type : String
String qui contient la règle associée à ce nœud.

Notes

Cette valeur est spécifique à l'algorithme.

Voir aussi

Référence

MiningContentNode Classe

Espace de noms Microsoft.AnalysisServices.AdomdServer