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 | ||
HoldoutMaxCases | ||
HoldoutMaxPercent | ||
HoldoutSeed | ||
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 | Returns 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 MiningStructure. | |
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.