Compartir a través de


MiningContentNode.NodeRule Propiedad

Gets the rule associated with this node.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdClient
Ensamblado:  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Comentarios

This value is algorithm specific.

Vea también

Referencia

MiningContentNode Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdClient