Proprietà MiningContentNode.MarginalRule

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

Spazio dei nomi  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property MarginalRule As String 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

This value is algorithm-specific.

Vedere anche

Riferimento

MiningContentNode Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdServer