다음을 통해 공유


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.