Compartilhar via


Propriedade do RDL MiningContentNode.NodeRule

Gets the rule associated with this node.

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

Sintaxe

'Declaração
Public ReadOnly Property NodeRule As String 
    Get
'Uso
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

Valor da propriedade

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

Comentários

This value is algorithm specific.

Consulte também

Referência

MiningContentNode Classe

Namespace Microsoft.AnalysisServices.AdomdClient