MiningService 클래스
Represents a mining algorithm available from the Context object.
상속 계층
System.Object
Microsoft.AnalysisServices.AdomdServer.MiningService
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public NotInheritable Class MiningService _
Implements IDisposable, IMetadataObject
‘사용 방법
Dim instance As MiningService
public sealed class MiningService : IDisposable,
IMetadataObject
public ref class MiningService sealed : IDisposable,
IMetadataObject
[<SealedAttribute>]
type MiningService =
class
interface IDisposable
interface IMetadataObject
end
public final class MiningService implements IDisposable, IMetadataObject
MiningService 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
![]() |
AllowsDuplicateKey | Gets a value that indicates whether the mining service allows cases to have duplicate keys. |
![]() |
AllowsIncrementalInsert | Gets a value that indicates whether the mining service allows additional INSERT INTO statements after the initial training. |
![]() |
AllowsPMMLInitialization | Gets a value that indicates whether the mining service allows the creation of a data mining model (including the structure and the content) based on an XML. |
![]() |
AvailableParameters | Gets the mining service parameters available to this service. |
![]() |
Control | Gets the MiningServiceControl for the mining service model. |
![]() |
Description | Gets the description of this mining service. |
![]() |
DisplayName | Gets the localizable display name for the mining service. |
![]() |
ExpectedQuality | Gets the expected quality of the model produced with this mining service. |
![]() |
Guid | Gets the GUID for the mining service. |
![]() |
Name | Gets the name of the mining service. |
![]() |
PredictionComplexity | Gets the expected time for predicting with the mining service. |
![]() |
PredictionLimit | Gets the maximum number of predictions the mining service can provide. |
![]() |
Properties | Gets the properties of this mining service. |
![]() |
Scaling | Gets the scalability of the mining service. |
![]() |
SupportedDistributionFlags | Gets the MiningColumnDistribution flags that are supported by the mining service. |
![]() |
SupportedInputContentTypes | Gets the content types supported by the mining service. |
![]() |
SupportedModelingFlags | Gets the modeling flags supported by the mining service. |
![]() |
SupportedPredictionContentTypes | Gets the supported prediction content types for the mining service. |
![]() |
SupportsDMDimensions | Gets a value that indicates whether the mining service supports data mining dimensions. |
![]() |
SupportsDrillThrough | Gets a value that indicates whether the mining service supports drillthrough. |
![]() |
TrainingComplexity | Gets the expected time to train a model using this mining service. |
![]() |
UniqueName | Gets the unique name of the MiningService. |
![]() |
ViewerType | Gets the viewer recommended to view the results of this mining service. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
![]() |
{dtor} | Releases all resources used by the MiningService. |
![]() |
Dispose | Releases all resources used by the current instance of the MiningService. |
![]() |
Equals | (Object에서 상속됨) |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.