Parent 속성
Gets the MiningStructureto which this mining model belongs.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public ReadOnly Property Parent As MiningStructure
Get
‘사용 방법
Dim instance As MiningModel
Dim value As MiningStructure
value = instance.Parent
public MiningStructure Parent { get; }
public:
property MiningStructure^ Parent {
MiningStructure^ get ();
}
member Parent : MiningStructure
function get Parent () : MiningStructure