MiningContentNode.MarginalRule 속성
Gets an XML description of the rule used when moving from the ParentNode to this MiningContentNode.
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.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.