다음을 통해 공유


MiningService 클래스

Represents a mining algorithm available from a AdomdConnection object.

상속 계층

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..MiningService

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
Public NotInheritable Class MiningService
‘사용 방법
Dim instance As MiningService
public sealed class MiningService
public ref class MiningService sealed
[<SealedAttribute>]
type MiningService =  class end
public final class MiningService

MiningService 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 AllowsDuplicateKey Determines whether the mining service allows cases to have duplicate keys.
공용 속성 AllowsIncrementalInsert Determines whether the mining service allows additional INSERT INTO statements after the initial training.
공용 속성 AllowsPMMLInitialization Determines whether the mining service allows the creation of a data mining model (including the structure and the content) based on an XML document.
공용 속성 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 a MiningServiceExpectedQuality representing 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.
공용 속성 ParentConnection Gets the connection from which this mining service is available.
공용 속성 PredictionComplexity Gets the MiningServicePredictionComplexity representing 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 a MiningServiceScaling representing 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 Determines whether the mining service supports data mining dimensions.
공용 속성 SupportsDrillthrough Determines whether the mining service supports drillthrough.
공용 속성 TrainingComplexity Gets the MiningServiceTrainingComplexity that represents the expected time to train a model using this mining service.
공용 속성 ViewerType Gets the viewer recommended to view the results of this mining service.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals Determines whether this instance of MiningService is equal to another instance of MiningService. (Object. . :: . .Equals(Object)을(를) 재정의함)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures such as hash tables. (Object. . :: . .GetHashCode() () () ()을(를) 재정의함)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString Gets the name of the mining service. (Object. . :: . .ToString() () () ()을(를) 재정의함)

맨 위로 이동

연산자

  이름 설명
공용 연산자정적 멤버 Equality Determines whether two instances of MiningService are equal.
공용 연산자정적 멤버 Inequality Determines whether two instances of MiningService are unequal.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.