ParentNode 속성
Gets the MiningContentNode to which this MiningDistribution applies.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv.dll의 msmgdsrv
구문
‘선언
Public ReadOnly Property ParentNode As MiningContentNode
Get
‘사용 방법
Dim instance As MiningDistribution
Dim value As MiningContentNode
value = instance.ParentNode
public MiningContentNode ParentNode { get; }
public:
property MiningContentNode^ ParentNode {
MiningContentNode^ get ();
}
member ParentNode : MiningContentNode
function get ParentNode () : MiningContentNode
속성 값
형식: Microsoft.AnalysisServices.AdomdServer. . :: . .MiningContentNode
The MiningContentNode to which this MiningDistribution applies.