MiningStructure Class
Defines the structure (columns and bindings) for one or more mining models. This class cannot be inherited.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<GuidAttribute("EEF145A8-5946-492d-9422-032C1178B04F")> _
<DesignerSerializerAttribute("Microsoft.DataWarehouse.Serialization.OnlineComponentSerializer, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", "Microsoft.DataWarehouse.Serialization.OnlineComponentSerializer, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91")> _
<DesignerSerializerAttribute("Microsoft.DataWarehouse.Serialization.DesignXmlSerializer, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", "Microsoft.DataWarehouse.Serialization.DesignerComponentSerializer, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91")> _
<XmlRootAttribute(ElementName:="MiningStructure", Namespace:="https://schemas.microsoft.com/analysisservices/2003/engine")> _
<DesignerCategoryAttribute("Designer")> _
<DesignerAttribute("Microsoft.AnalysisServices.Design.MiningModelDesigner, Microsoft.AnalysisServices.Design", GetType(IRootDesigner))> _
Public NotInheritable Class MiningStructure
Inherits ProcessableMajorObject
Implements IMajorObject, INamedComponent, IModelComponent, IComponent, _
IDisposable, ICloneable
[GuidAttribute("EEF145A8-5946-492d-9422-032C1178B04F")]
[DesignerSerializerAttribute("Microsoft.DataWarehouse.Serialization.OnlineComponentSerializer, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", "Microsoft.DataWarehouse.Serialization.OnlineComponentSerializer, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91")]
[DesignerSerializerAttribute("Microsoft.DataWarehouse.Serialization.DesignXmlSerializer, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", "Microsoft.DataWarehouse.Serialization.DesignerComponentSerializer, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91")]
[XmlRootAttribute(ElementName="MiningStructure", Namespace="https://schemas.microsoft.com/analysisservices/2003/engine")]
[DesignerCategoryAttribute("Designer")]
[DesignerAttribute("Microsoft.AnalysisServices.Design.MiningModelDesigner, Microsoft.AnalysisServices.Design", typeof(IRootDesigner))]
public sealed class MiningStructure : ProcessableMajorObject, IMajorObject, INamedComponent, IModelComponent,
IComponent, IDisposable, ICloneable
[GuidAttribute(L"EEF145A8-5946-492d-9422-032C1178B04F")]
[DesignerSerializerAttribute(L"Microsoft.DataWarehouse.Serialization.OnlineComponentSerializer, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", L"Microsoft.DataWarehouse.Serialization.OnlineComponentSerializer, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91")]
[DesignerSerializerAttribute(L"Microsoft.DataWarehouse.Serialization.DesignXmlSerializer, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", L"Microsoft.DataWarehouse.Serialization.DesignerComponentSerializer, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91")]
[XmlRootAttribute(ElementName=L"MiningStructure", Namespace=L"https://schemas.microsoft.com/analysisservices/2003/engine")]
[DesignerCategoryAttribute(L"Designer")]
[DesignerAttribute(L"Microsoft.AnalysisServices.Design.MiningModelDesigner, Microsoft.AnalysisServices.Design", typeof(IRootDesigner))]
public ref class MiningStructure sealed : public ProcessableMajorObject, IMajorObject, INamedComponent, IModelComponent,
IComponent, IDisposable, ICloneable
/** @attribute GuidAttribute("EEF145A8-5946-492d-9422-032C1178B04F") */
/** @attribute DesignerSerializerAttribute("Microsoft.DataWarehouse.Serialization.OnlineComponentSerializer, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", "Microsoft.DataWarehouse.Serialization.OnlineComponentSerializer, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91") */
/** @attribute DesignerSerializerAttribute("Microsoft.DataWarehouse.Serialization.DesignXmlSerializer, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", "Microsoft.DataWarehouse.Serialization.DesignerComponentSerializer, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91") */
/** @attribute XmlRootAttribute(ElementName="MiningStructure", Namespace="https://schemas.microsoft.com/analysisservices/2003/engine") */
/** @attribute DesignerCategoryAttribute("Designer") */
/** @attribute DesignerAttribute("Microsoft.AnalysisServices.Design.MiningModelDesigner, Microsoft.AnalysisServices.Design", System.ComponentModel.Design.IRootDesigner) */
public final class MiningStructure extends ProcessableMajorObject implements IMajorObject, INamedComponent,
IModelComponent, IComponent, IDisposable, ICloneable
GuidAttribute("EEF145A8-5946-492d-9422-032C1178B04F")
DesignerSerializerAttribute("Microsoft.DataWarehouse.Serialization.OnlineComponentSerializer, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", "Microsoft.DataWarehouse.Serialization.OnlineComponentSerializer, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91")
DesignerSerializerAttribute("Microsoft.DataWarehouse.Serialization.DesignXmlSerializer, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91", "Microsoft.DataWarehouse.Serialization.DesignerComponentSerializer, Microsoft.DataWarehouse, PublicKeyToken=89845dcd8080cc91")
XmlRootAttribute(ElementName="MiningStructure", Namespace="https://schemas.microsoft.com/analysisservices/2003/engine")
DesignerCategoryAttribute("Designer")
DesignerAttribute("Microsoft.AnalysisServices.Design.MiningModelDesigner, Microsoft.AnalysisServices.Design", System.ComponentModel.Design.IRootDesigner)
public final class MiningStructure extends ProcessableMajorObject implements IMajorObject, INamedComponent,
IModelComponent, IComponent, IDisposable, ICloneable
Remarks
Many mining models can be defined that use the same structure.
Inheritance Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.AnalysisServices.ModelComponent
Microsoft.AnalysisServices.NamedComponent
Microsoft.AnalysisServices.MajorObject
Microsoft.AnalysisServices.ProcessableMajorObject
Microsoft.AnalysisServices.MiningStructure
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
MiningStructure Members
Microsoft.AnalysisServices Namespace