MiningContentNode.NodeRule Propiedad
Gets the rule associated with this node.
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.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.