NodeRule propriété

Gets the rule associated with this node.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (dans 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 la propriété

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

Notes

This value is algorithm-specific.