MiningModel 클래스
Represents a mining model of an AdomdConnection.
상속 계층
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..MiningModel
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public NotInheritable Class MiningModel _
Implements IDisposable, IMetadataObject
‘사용 방법
Dim instance As MiningModel
public sealed class MiningModel : IDisposable,
IMetadataObject
public ref class MiningModel sealed : IDisposable,
IMetadataObject
[<SealedAttribute>]
type MiningModel =
class
interface IDisposable
interface IMetadataObject
end
public final class MiningModel implements IDisposable, IMetadataObject
MiningModel 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
Algorithm | Gets a provider-specific name that describes the algorithm that is used to generate the model. | |
AllowDrillThrough | Gets a value that indicates whether the mining model allows drillthrough. | |
Attributes | Gets the mining attributes associated with this mining model. | |
Columns | Gets a collection of MiningModelColumn objects for the model. | |
Content | Gets a collection of top-level MiningContentNode objects for the model. | |
Created | Gets the date and time that the mining model was created. | |
Description | Gets the user-defined description of the mining model. | |
Filter | ||
IsProcessed | Gets a value that indicates whether the mining model is populated. | |
LastProcessed | Gets the date and time that the mining model was last processed. | |
LastUpdated | Gets the date and time that the mining model was last updated. | |
Name | Gets the name of the mining model. | |
Parameters | Gets a collection of MiningParameter objects that apply to the mining model. | |
Parent | Gets the MiningStructureto which this mining model belongs. | |
Properties | Gets a collection of Property objects that apply to the mining model. | |
TrainingSetSize | ||
UniqueName |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
{dtor} | Releases all resources used by the MiningModel. | |
Dispose | Releases all resources used by the MiningModel. | |
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
FindAttribute | Returns the MiningAttribute specified by an attribute ID. | |
GetAttributeFullStatistics | Returns the statistics for the specified attribute, including the statistics for each state of the attribute. | |
GetAttributes | Returns a collection of attributes based on the specified MiningFeatureSelection. | |
GetAttributeSimpleStatistics | Returns the statistics for the specified attribute, excluding the statistics for each state of the attribute. | |
GetHashCode | (Object에서 상속됨) | |
GetNodeFromUniqueName | Returns a MiningContentNode from the Content collection, using the UniqueName property of the MiningContentNode. | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.