TableMiningStructureColumn 클래스
Represents a MiningStructureColumn element that contains nested tables, as opposed to the scalar values associated with the ScalarMiningStructureColumn element that contains scalar values. This class cannot be inherited.
상속 계층
System. . :: . .Object
System. . :: . .MarshalByRefObject
System.ComponentModel. . :: . .Component
Microsoft.AnalysisServices. . :: . .ModelComponent
Microsoft.AnalysisServices. . :: . .NamedComponent
Microsoft.AnalysisServices. . :: . .MiningStructureColumn
Microsoft.AnalysisServices..::..TableMiningStructureColumn
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<GuidAttribute("99043B0B-15AC-4d2c-9786-E5622A4354D0")> _
Public NotInheritable Class TableMiningStructureColumn _
Inherits MiningStructureColumn _
Implements ICloneable
‘사용 방법
Dim instance As TableMiningStructureColumn
[GuidAttribute("99043B0B-15AC-4d2c-9786-E5622A4354D0")]
public sealed class TableMiningStructureColumn : MiningStructureColumn,
ICloneable
[GuidAttribute(L"99043B0B-15AC-4d2c-9786-E5622A4354D0")]
public ref class TableMiningStructureColumn sealed : public MiningStructureColumn,
ICloneable
[<SealedAttribute>]
[<GuidAttribute("99043B0B-15AC-4d2c-9786-E5622A4354D0")>]
type TableMiningStructureColumn =
class
inherit MiningStructureColumn
interface ICloneable
end
public final class TableMiningStructureColumn extends MiningStructureColumn implements ICloneable
TableMiningStructureColumn 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
TableMiningStructureColumn() () () () | Initializes a new instance of the TableMiningStructureColumn class using default values. | |
TableMiningStructureColumn(String) | Initializes a new instance of Action using a name. | |
TableMiningStructureColumn(String, String) | Initializes a new instance of TableMiningStructureColumn using a name and an identifier. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
Annotations | Gets a collection within which you can store custom data. (ModelComponent에서 상속됨) | |
CanRaiseEvents | (Component에서 상속됨) | |
Columns | Gets the collection of columns associated with a TableMiningStructureColumn object. | |
Container | (Component에서 상속됨) | |
Description | (NamedComponent에서 상속됨) | |
DesignMode | (Component에서 상속됨) | |
Events | (Component에서 상속됨) | |
FilterComponent | Gets or sets the filter component associated with a TableMiningStructureColumn object. | |
ForeignKeyColumns | Gets the foreign key columns associated with a TableMiningStructureColumn object. | |
FriendlyName | (NamedComponent에서 상속됨) | |
ID | (NamedComponent에서 상속됨) | |
KeyForCollection | (NamedComponent에서 상속됨) | |
Name | (NamedComponent에서 상속됨) | |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (ModelComponent에서 상속됨) | |
Parent | 인프라입니다. (ModelComponent에서 상속됨) | |
ParentDatabase | Gets the parent Database of the MiningStructureColumn object. (MiningStructureColumn에서 상속됨) | |
ParentMiningStructure | Gets the parent mining structure of a MiningStructureColumn object. (MiningStructureColumn에서 상속됨) | |
ParentServer | Gets the parent Database of the MiningStructureColumn object. (MiningStructureColumn에서 상속됨) | |
Site | (NamedComponent에서 상속됨) | |
SiteID | (NamedComponent에서 상속됨) | |
SourceMeasureGroup | Gets or sets the source measure group associated with a TableMiningStructureColumn object. | |
Translations | Gets the collection of translations associated with a TableMiningStructureColumn object. |
맨 위로 이동
메서드
맨 위로 이동
명시적 인터페이스 구현
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.