Compartir a través de


MiningContentNode.MarginalRule Propiedad

Gets an XML description of the rule used when moving from the ParentNode to this MiningContentNode.

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

Sintaxis

'Declaración
Public ReadOnly Property MarginalRule As String 
    Get
'Uso
Dim instance As MiningContentNode 
Dim value As String 

value = instance.MarginalRule
public string MarginalRule { get; }
public:
property String^ MarginalRule {
    String^ get ();
}
member MarginalRule : string
function get MarginalRule () : String

Valor de la propiedad

Tipo: System.String
A String containing the XML description of the rule.

Comentarios

This value is algorithm-specific.

Vea también

Referencia

MiningContentNode Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer