MiningStructure 클래스

Represents a mining structure on the server. This class cannot be inherited.

상속 계층

System.Object
  Microsoft.AnalysisServices.AdomdServer.MiningStructure

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

구문

‘선언
Public NotInheritable Class MiningStructure _
    Implements IDisposable, IMetadataObject
‘사용 방법
Dim instance As MiningStructure
public sealed class MiningStructure : IDisposable, 
    IMetadataObject
public ref class MiningStructure sealed : IDisposable, 
    IMetadataObject
[<SealedAttribute>]
type MiningStructure =  
    class 
        interface IDisposable 
        interface IMetadataObject 
    end
public final class MiningStructure implements IDisposable, IMetadataObject

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

속성

  이름 설명
공용 속성 Caption Gets the caption of the mining structure.
공용 속성 Columns Gets the columns within the mining structure.
공용 속성 Created Gets the date and time the mining structure was created.
공용 속성 Description Gets the description of the mining structure.
공용 속성 HoldoutActualSize Gets the actual number of cases in the testing set.
공용 속성 HoldoutMaxCases Gets the maximum number of cases to include in the testing set.
공용 속성 HoldoutMaxPercent Gets the number of cases to include in the testing set as a percentage of the complete data set.
공용 속성 HoldoutSeed Gets the seed that is used to initialize random sampling.
공용 속성 IsProcessed Gets a value that indicates whether the mining structure is processed.
공용 속성 LastProcessed Gets the date and time the mining structure was last processed.
공용 속성 LastUpdated Gets the date and time the mining structure was last updated.
공용 속성 MiningModels Gets the mining models in the mining structure.
공용 속성 Name Gets the name of the mining structure.
공용 속성 Properties Gets the properties of the mining structure.
공용 속성 UniqueName Gets the unique name that is associated with the mining structure.

맨 위로 이동

메서드

  이름 설명
공용 메서드 {dtor} Releases all resources used by the MiningStructure.
공용 메서드 Dispose Releases all resources used by the current instance of the MiningStructure class.
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

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

참고 항목

참조

Microsoft.AnalysisServices.AdomdServer 네임스페이스