MiningContentNode 클래스
MiningModel에서 학습한 내용을 계층 노드 유형으로 나타냅니다.
상속 계층
Object
Microsoft.AnalysisServices.AdomdServer.MiningContentNode
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public NotInheritable Class MiningContentNode _
Implements IDisposable, IMetadataObject
‘사용 방법
Dim instance As MiningContentNode
public sealed class MiningContentNode : IDisposable,
IMetadataObject
public ref class MiningContentNode sealed : IDisposable,
IMetadataObject
[<SealedAttribute>]
type MiningContentNode =
class
interface IDisposable
interface IMetadataObject
end
public final class MiningContentNode implements IDisposable, IMetadataObject
MiningContentNode 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
Ancestors | 모든 상위 MiningContentNode 개체의 컬렉션을 가져옵니다. | |
Attribute | MiningContentNode 에 적용되는 MiningAttribute 개체를 가져옵니다. | |
Caption | MiningContentNode 의 캡션을 현재 로캘로 가져옵니다. | |
Children | MiningContentNode 의 직계 자식을 포함하는 MiningContentNodeCollection을 가져옵니다. | |
Descendants | MiningContentNode 의 모든 하위 항목을 포함하는 MiningContentNodeCollection을 가져옵니다. | |
Description | MiningContentNode 의 설명을 현재 로캘로 가져옵니다. | |
Distribution | MiningContentNode 의 분포를 설명하는 MiningDistribution 개체를 포함하는 MiningDistributionCollection을 가져옵니다. | |
MarginalProbability | MiningContentNode 의 부모에서 MiningContentNode에 도달할 확률을 가져옵니다. | |
MarginalRule | ParentNode 에서 이 MiningContentNode로 이동할 때 사용되는 규칙에 대한 XML 설명을 가져옵니다. | |
Name | MiningContentNode 의 이름을 가져옵니다. | |
NodeRule | 이 노드에 연결된 규칙을 가져옵니다. | |
ParentMiningModel | MiningContentNode 의 MiningModel을 가져옵니다. | |
ParentNode | MiningContentNode 의 직계 부모를 가져옵니다. | |
ParentUniqueName | MiningContentNode 의 부모를 식별하는 고유한 이름을 가져옵니다. | |
Probability | MiningContentNode 에 도달할 확률을 가져옵니다. | |
Properties | MiningContentNode 의 속성을 포함하는 PropertyCollection을 가져옵니다. | |
Score | 노드의 점수를 가져옵니다. | |
ShortCaption | MiningContentNode 의 축약된 캡션을 가져옵니다. | |
Siblings | 현재 MiningContentNode와 동일한 계층 수준에 있는 MiningContentNode 개체를 포함하는 컬렉션을 가져옵니다. | |
Support | MiningContentNode 를 지지하는 사례 수를 가져옵니다. | |
Type | MiningContentNode 의 유형을 가져옵니다. | |
UniqueName | MiningContentNode 의 고유한 이름을 가져옵니다. |
위쪽
메서드
이름 | 설명 | |
---|---|---|
{dtor} | MiningContentNode 에서 사용하는 모든 리소스를 해제합니다. | |
Dispose | MiningContentNode 에서 사용하는 모든 리소스를 해제합니다. | |
Equals | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
ToString | (Object에서 상속됨) |
위쪽
주의
이 개체를 사용할 수 있도록 모델을 처리 중이어야 합니다.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.