Compartilhar via


Propriedade do RDL MiningContentNode.MarginalRule

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

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

Sintaxe

'Declaração
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 da propriedade

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

Comentários

This value is algorithm specific.

Consulte também

Referência

MiningContentNode Classe

Namespace Microsoft.AnalysisServices.AdomdClient