Класс MiningStructureColumn
Represents information about a column in a MiningStructure element.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.NamedComponent
Microsoft.AnalysisServices.MiningStructureColumn
Microsoft.AnalysisServices.ScalarMiningStructureColumn
Microsoft.AnalysisServices.TableMiningStructureColumn
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
'Декларация
<GuidAttribute("BEFEC6F2-9837-433d-AC2D-C13D05AAAC46")> _
<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey := "0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")> _
Public MustInherit Class MiningStructureColumn _
Inherits NamedComponent
'Применение
Dim instance As MiningStructureColumn
[GuidAttribute("BEFEC6F2-9837-433d-AC2D-C13D05AAAC46")]
[StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")]
public abstract class MiningStructureColumn : NamedComponent
[GuidAttribute(L"BEFEC6F2-9837-433d-AC2D-C13D05AAAC46")]
[StrongNameIdentityPermissionAttribute(SecurityAction::InheritanceDemand, PublicKey = L"0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")]
public ref class MiningStructureColumn abstract : public NamedComponent
[<AbstractClassAttribute>]
[<GuidAttribute("BEFEC6F2-9837-433d-AC2D-C13D05AAAC46")>]
[<StrongNameIdentityPermissionAttribute(SecurityAction.InheritanceDemand, PublicKey = "0024000004800000940000000602000000240000525341310004000001000100272736AD6E5F9586BAC2D531EABC3ACC666C2F8EC879FA94F8F7B0327D2FF2ED523448F83C3D5C5DD2DFC7BC99C5286B2C125117BF5CBE242B9D41750732B2BDFFE649C6EFB8E5526D526FDD130095ECDB7BF210809C6CDAD8824FAA9AC0310AC3CBA2AA0523567B2DFA7FE250B30FACBD62D4EC99B94AC47C7D3B28F1F6E4C8")>]
type MiningStructureColumn =
class
inherit NamedComponent
end
public abstract class MiningStructureColumn extends NamedComponent
Тип MiningStructureColumn обеспечивает доступ к следующим элементам.
Имя | Описание | |
---|---|---|
![]() |
MiningStructureColumn() | Initializes a new instance of the MiningStructureColumn class using default values. |
![]() |
MiningStructureColumn(String) | Initializes a new instance of the MiningStructureColumn using a name. |
![]() |
MiningStructureColumn(String, String) | Initializes a new instance of the MiningStructureColumn using a name and an identifier. |
В начало
Имя | Описание | |
---|---|---|
![]() |
Annotations | Gets a collection within which you can store custom data. (Производный от ModelComponent.) |
![]() |
CanRaiseEvents | (Производный от Component.) |
![]() |
Container | (Производный от Component.) |
![]() |
Description | Gets or sets the description of the component. (Производный от NamedComponent.) |
![]() |
DesignMode | (Производный от Component.) |
![]() |
Events | (Производный от Component.) |
![]() |
FriendlyName | Returns a user-friendly name. (Производный от NamedComponent.) |
![]() |
ID | Gets or sets the identifier of the component. (Производный от NamedComponent.) |
![]() |
KeyForCollection | Returns the key used in collections. (Производный от NamedComponent.) |
![]() |
Name | Gets or sets the name of the component. (Производный от NamedComponent.) |
![]() |
OwningCollection | Gets or sets the collection that contains the ModelComponent. (Производный от ModelComponent.) |
![]() |
Parent | Инфраструктура. Gets the IModelComponent object that is the parent of the ModelComponent object. (Производный от ModelComponent.) |
![]() |
ParentDatabase | Gets the parent Database of the MiningStructureColumn object. |
![]() |
ParentMiningStructure | Gets the parent mining structure of a MiningStructureColumn object. |
![]() |
ParentServer | Gets the parent Server of the MiningStructureColumn object. |
![]() |
Site | Инфраструктура. Gets or sets the site of the component. (Производный от NamedComponent.) |
![]() |
SiteID | Инфраструктура. Gets or sets the identifier for the site associated with the component. (Производный от NamedComponent.) |
В начало
Имя | Описание | |
---|---|---|
![]() |
AddToContainer | Инфраструктура. Adds a ModelComponent object to the specified container. (Производный от ModelComponent.) |
![]() |
AfterInsert | Инфраструктура. Displays a ModelComponent object after added to the specified index. (Производный от ModelComponent.) |
![]() |
AfterMove | Инфраструктура. Displays a ModelComponent object after moving to the specified index. (Производный от ModelComponent.) |
![]() |
AfterRemove | Инфраструктура. Displays a ModelComponentCollection after a ModelComponent object is removed. (Производный от ModelComponent.) |
![]() |
BeforeRemove | Инфраструктура. Removes the MiningStructureColumn object before the cleanup. (Переопределяет ModelComponent.BeforeRemove(Boolean).) |
![]() |
Clone | Creates a new full copy of an object. |
![]() |
CopyTo(MiningStructureColumn) | Copies a MiningStructureColumn object to the specified object. |
![]() |
CopyTo(ModelComponent) | Инфраструктура. Copies a ModelComponent object to the specified object. (Производный от ModelComponent.) |
![]() |
CopyTo(NamedComponent) | Инфраструктура. Copies a NamedComponent object to the specified object. (Производный от NamedComponent.) |
![]() |
CreateDerivedColumn | Creates a derived column from the MiningStructureColumn object. |
![]() |
CreateObjRef | Важный элемент безопасности. (Производный от MarshalByRefObject.) |
![]() |
Dispose() | (Производный от Component.) |
![]() |
Dispose(Boolean) | (Производный от Component.) |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Component.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetLifetimeService | Важный элемент безопасности. (Производный от MarshalByRefObject.) |
![]() |
GetService | (Производный от Component.) |
![]() |
GetType | (Производный от Object.) |
![]() |
InitializeLifetimeService | Важный элемент безопасности. (Производный от MarshalByRefObject.) |
![]() |
MemberwiseClone() | (Производный от Object.) |
![]() |
MemberwiseClone(Boolean) | (Производный от MarshalByRefObject.) |
![]() |
RemoveFromContainer | Инфраструктура. Removes a ModelComponent object from the specified container. (Производный от ModelComponent.) |
![]() |
Reset | Инфраструктура. Resets the component to its initial state. (Производный от NamedComponent.) |
![]() |
Submit() | Инфраструктура. Submits a ModelComponent object. (Производный от ModelComponent.) |
![]() |
Submit(Boolean) | Инфраструктура. Submits a ModelComponent object. (Производный от ModelComponent.) |
![]() |
ToString | Returns a string containing the name of the component. (Производный от NamedComponent.) |
![]() |
Validate(ValidationErrorCollection) | Validates the element to which it is appended; returns any errors encountered in a collection. (Производный от ModelComponent.) |
![]() |
Validate(ValidationErrorCollection, Boolean) | Validates the element to which it is appended; returns any errors encountered in a collection. Also contains a parameter to enable return of detailed errors. (Производный от ModelComponent.) |
![]() |
Validate(ValidationErrorCollection, Boolean, ServerEdition) | Determines whether the NamedComponent is valid. (Производный от NamedComponent.) |
В начало
В начало
Имя | Описание | |
---|---|---|
![]() ![]() |
IFormattable.ToString | Formats the value of the current instance using the specified format. (Производный от NamedComponent.) |
![]() ![]() |
IHostableComponent.Host | Gets or sets the IServiceProvider that is the host of the ModelComponent. (Производный от ModelComponent.) |
![]() ![]() |
IModelComponent.FriendlyPath | Gets a friendly path for the ModelComponent. (Производный от ModelComponent.) |
![]() ![]() |
IModelComponent.OwningCollection | Gets or sets the collection that owns the current object. (Производный от ModelComponent.) |
В начало
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.