Freigeben über


MiningContentNode.MarginalRule-Eigenschaft

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

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

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

Eigenschaftswert

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

Hinweise

This value is algorithm-specific.

Siehe auch

Verweis

MiningContentNode Klasse

Microsoft.AnalysisServices.AdomdServer-Namespace