Proprietà MarginalRule
Gets an XML description of the rule used when moving from the ParentNode to this MiningContentNode.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.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