Partager via


Propriété MiningContentNode.MarginalRule

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MarginalRule As String 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

This value is algorithm specific.

Voir aussi

Référence

MiningContentNode Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient