Свойство MarginalRule
Gets an XML description of the rule used when moving from the ParentNode to this MiningContentNode.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (в msmgdsrv.dll)
Синтаксис
'Декларация
Public ReadOnly Property MarginalRule As String
Get
'Применение
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
Значение свойства
Тип: System. . :: . .String
A String containing the XML description of the rule.
Замечания
This value is algorithm-specific.
См. также