MiningModelColumn 클래스
Represents a column in a mining model.
상속 계층
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..MiningModelColumn
네임스페이스: Microsoft.AnalysisServices.AdomdClient
어셈블리: Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)
구문
‘선언
Public NotInheritable Class MiningModelColumn
‘사용 방법
Dim instance As MiningModelColumn
public sealed class MiningModelColumn
public ref class MiningModelColumn sealed
[<SealedAttribute>]
type MiningModelColumn = class end
public final class MiningModelColumn
MiningModelColumn 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
![]() |
Columns | Gets a collection containing the nested MiningModelColumn objects. |
![]() |
ContainingColumn | Gets the name of the table column containing this column. |
![]() |
Content | Gets the content type of the column. |
![]() |
Description | Gets the user-defined description of the column. |
![]() |
Distribution | Gets the MiningColumnDistribution for this column. |
![]() |
Filter | Returns the filter expression that is associated with a nested table column in a mining model. |
![]() |
Flags | Gets the modeling flag for the column. |
![]() |
FullyQualifiedName | Gets the fully qualified name of the column. |
![]() |
IsInput | Determines whether the column is an input column. |
![]() |
IsPredictable | Determines whether the column is predictable. |
![]() |
IsProcessed | Determines whether the MiningModelColumn is processed. |
![]() |
IsRelatedToKey | Determines whether the MiningModelColumn is related to the key. |
![]() |
IsTable | Determines whether the column is a table datatype. |
![]() |
LastProcessed | Gets the date and time the mining model column was last processed. |
![]() |
LastUpdated | Gets the date and time the mining model column was last updated. |
![]() |
Name | Gets the name of the column. |
![]() |
Parent | Gets the parent MiningModel. |
![]() |
ParentMiningModel | Gets the MiningModel to which this column belongs. |
![]() |
PredictionScore | Gets the prediction score for the MiningModelColumn. |
![]() |
Properties | Gets a PropertyCollection containing the properties for the column. |
![]() |
RelatedAttribute | Gets the name of the related column for the MiningModelColumn. |
![]() |
StructureColumn | Gets the name of the structure column for the MiningModelColumn. |
![]() |
Type | Gets the MiningColumnType of the column. |
![]() |
UniqueName | Gets the unique name for the column. |
![]() |
Values | Gets a MiningValueCollection containing the possible values associated with the column. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
![]() |
Equals | Determines whether two instances of MiningModelColumn are equal. (Object. . :: . .Equals(Object)을(를) 재정의함) |
![]() |
Finalize | (Object에서 상속됨) |
![]() |
GetHashCode | Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Object. . :: . .GetHashCode() () () ()을(를) 재정의함) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
MemberwiseClone | (Object에서 상속됨) |
![]() |
ToString | Gets the name of the MiningModelColumn. (Object. . :: . .ToString() () () ()을(를) 재정의함) |
맨 위로 이동
연산자
이름 | 설명 | |
---|---|---|
![]() ![]() |
Equality | Determines whether two instances of MiningModelColumn are equal. |
![]() ![]() |
Inequality | Determines whether two instances of MiningModelColumn are unequal. |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.