Udostępnij przez


MiningStructure Members

Defines the structure for one or more mining models. A structure includes columns, bindings, and optional holdout partition. This class cannot be inherited.

The following tables list the members exposed by the MiningStructure type.

Public Constructors

  Name Description
MiningStructure Overloaded. Initializes a new instance of MiningStructure.

Top

Public Properties

(see also Protected Properties )

  Name Description
ms169898.pubproperty(pl-pl,SQL.100).gif Annotations  Gets the collection object of all annotations to current object. (inherited from MajorObject)
ms169898.pubproperty(pl-pl,SQL.100).gif CacheMode Gets or sets the caching mechanism used for training data retrieved while processing a mining structure.
ms169898.pubproperty(pl-pl,SQL.100).gif CaseTableName Gets or sets the name of the case table that is associated with the MiningStructure object.
ms169898.pubproperty(pl-pl,SQL.100).gif Collation Gets or sets the collation used by MiningStructure.
ms169898.pubproperty(pl-pl,SQL.100).gif Columns Gets the collection of columns associated with a MiningStructure.
ms169898.pubproperty(pl-pl,SQL.100).gif Container  (inherited from Component )
ms169898.pubproperty(pl-pl,SQL.100).gif CreatedTimestamp  Gets or sets the date and time of the creation of the object. (inherited from MajorObject)
ms169898.pubproperty(pl-pl,SQL.100).gif DataSource Gets the DataSource object that is associated with a MiningStructure.
ms169898.pubproperty(pl-pl,SQL.100).gif DataSourceView Gets the DataSourceView object that is associated with a MiningStructure.
ms169898.pubproperty(pl-pl,SQL.100).gif Description  Gets or sets a description string of current object. (inherited from MajorObject)
ms169898.pubproperty(pl-pl,SQL.100).gif ErrorConfiguration Gets or sets the settings for handling errors that can occur when the MiningStructure is processed.
ms169898.pubproperty(pl-pl,SQL.100).gif FilterComponent Gets or sets an MDX expression that defines the slice of the source cube that is used for the mining structure.
ms169898.pubproperty(pl-pl,SQL.100).gif HoldoutActualSize Returns the size of the holdout partition that is associated with a MiningStructure. This value is read-only and is not available until the MiningStructure has been processed.
ms169898.pubproperty(pl-pl,SQL.100).gif HoldoutMaxCases Gets or sets the maximum number of cases in the partition of the MiningStructure that contains testing data.
ms169898.pubproperty(pl-pl,SQL.100).gif HoldoutMaxPercent Gets or sets the percentage of cases in the source data of the MiningStructure that are used for testing.
ms169898.pubproperty(pl-pl,SQL.100).gif HoldoutSeed Gets or sets the seed used to initialize partitioning of the MiningStructure into training and testing data sets.
ms169898.pubproperty(pl-pl,SQL.100).gif ID  (inherited from NamedComponent )
ms169898.pubproperty(pl-pl,SQL.100).gif IsLoaded  (inherited from MajorObject )
ms169898.pubproperty(pl-pl,SQL.100).gif Language Gets or sets the language identifier of MiningStructure.
ms169898.pubproperty(pl-pl,SQL.100).gif LastProcessed  (inherited from ProcessableMajorObject )
ms169898.pubproperty(pl-pl,SQL.100).gif LastSchemaUpdate  Gets or sets the date and time when current object schema was last updated. (inherited from MajorObject)
ms169898.pubproperty(pl-pl,SQL.100).gif MiningModels Gets the collection of MiningModel objects associated with a MiningStructure.
ms169898.pubproperty(pl-pl,SQL.100).gif MiningStructurePermissions Gets or sets the collection of permissions on a MiningStructure object.
ms169898.pubproperty(pl-pl,SQL.100).gif Name  (inherited from NamedComponent )
ms169898.pubproperty(pl-pl,SQL.100).gif OwningCollection  Gets or sets the collection that contains the ModelComponent. (inherited from ModelComponent)
ms169898.pubproperty(pl-pl,SQL.100).gif Parent Gets the Database object that is the parent of the MiningStructure.
ms169898.pubproperty(pl-pl,SQL.100).gif ParentServer Gets the Server object that is the parent of the MiningStructure.
ms169898.pubproperty(pl-pl,SQL.100).gif Site  (inherited from NamedComponent )
ms169898.pubproperty(pl-pl,SQL.100).gif SiteID  (inherited from NamedComponent )
ms169898.pubproperty(pl-pl,SQL.100).gif Source Gets or sets the source of data to which MiningStructure is bound.
ms169898.pubproperty(pl-pl,SQL.100).gif State  (inherited from ProcessableMajorObject )
ms169898.pubproperty(pl-pl,SQL.100).gif Translations Gets the collection of Translation objects associated with a MiningStructure.

Top

Protected Properties

  Name Description
ms169898.protproperty(pl-pl,SQL.100).gif CanRaiseEvents  (inherited from Component )
ms169898.protproperty(pl-pl,SQL.100).gif DesignMode  (inherited from Component )
ms169898.protproperty(pl-pl,SQL.100).gif Events  (inherited from Component )
ms169898.protproperty(pl-pl,SQL.100).gif FriendlyName  (inherited from NamedComponent )
ms169898.protproperty(pl-pl,SQL.100).gif KeyForCollection  (inherited from NamedComponent )

Top

Public Methods

(see also Protected Methods )

  Name Description
ms169898.pubmethod(pl-pl,SQL.100).gif CanProcess Overridden. Returns a Boolean value indicating whether the mining structure can be processed with the specified ProcessType parameter.
ms169898.pubmethod(pl-pl,SQL.100).gif Clone Overloaded.  
ms169898.pubmethod(pl-pl,SQL.100).gif CopyTo Overloaded.  
ms169898.pubmethod(pl-pl,SQL.100).gif CreateMiningModel Overloaded. Creates a child mining model object within the mining structure.
ms169898.pubmethod(pl-pl,SQL.100).gif CreateObjRef  (inherited from MarshalByRefObject )
ms169898.pubmethod(pl-pl,SQL.100).gif Dispose  Overloaded. (inherited from Component )
ms169898.pubmethod(pl-pl,SQL.100).gif Drop  Overloaded. Removes current object and updates server. (inherited from MajorObject)
ms169898.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms169898.pubmethod(pl-pl,SQL.100).gif GetDependents  (inherited from MajorObject )
ms169898.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms169898.pubmethod(pl-pl,SQL.100).gif GetLifetimeService  (inherited from MarshalByRefObject )
ms169898.pubmethod(pl-pl,SQL.100).gif GetReferences  (inherited from MajorObject )
ms169898.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms169898.pubmethod(pl-pl,SQL.100).gif GetUpdateOverwrites  (inherited from MajorObject )
ms169898.pubmethod(pl-pl,SQL.100).gif InitializeLifetimeService  (inherited from MarshalByRefObject )
ms169898.pubmethod(pl-pl,SQL.100).gif Process  Overloaded. (inherited from ProcessableMajorObject )
ms169898.pubmethod(pl-pl,SQL.100).gifms169898.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms169898.pubmethod(pl-pl,SQL.100).gif Refresh  Overloaded. Updates current object from server definitions. (inherited from MajorObject)
ms169898.pubmethod(pl-pl,SQL.100).gif Submit  Overloaded. (inherited from ModelComponent )
ms169898.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from NamedComponent )
ms169898.pubmethod(pl-pl,SQL.100).gif Update  Overloaded. Updates server definition of current object to the actual values using default values for update. (inherited from MajorObject)
ms169898.pubmethod(pl-pl,SQL.100).gif Validate Overloaded.  

Top

Protected Methods

  Name Description
ms169898.protmethod(pl-pl,SQL.100).gif AddToContainer  (inherited from ModelComponent )
ms169898.protmethod(pl-pl,SQL.100).gif AfterInsert  (inherited from ModelComponent )
ms169898.protmethod(pl-pl,SQL.100).gif AfterMove  (inherited from ModelComponent )
ms169898.protmethod(pl-pl,SQL.100).gif AfterRemove  (inherited from ModelComponent )
ms169898.protmethod(pl-pl,SQL.100).gif BeforeRemove  (inherited from ModelComponent )
ms169898.protmethod(pl-pl,SQL.100).gif Clone  Overloaded. (inherited from MajorObject )
ms169898.protmethod(pl-pl,SQL.100).gif CopyTo  Overloaded. (inherited from ProcessableMajorObject )
ms169898.protmethod(pl-pl,SQL.100).gif Dispose  Overloaded. (inherited from Component )
ms169898.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Component )
ms169898.protmethod(pl-pl,SQL.100).gif GetCreateReferences  (inherited from MajorObject )
ms169898.protmethod(pl-pl,SQL.100).gif GetDropDependents  (inherited from MajorObject )
ms169898.protmethod(pl-pl,SQL.100).gif GetService  (inherited from Component )
ms169898.protmethod(pl-pl,SQL.100).gif MemberwiseClone  Overloaded. (inherited from MarshalByRefObject )
ms169898.protmethod(pl-pl,SQL.100).gif RemoveFromContainer  (inherited from ModelComponent )
ms169898.protmethod(pl-pl,SQL.100).gif Reset  (inherited from NamedComponent )

Top

Public Events

  Name Description
ms169898.pubevent(pl-pl,SQL.100).gif Disposed  (inherited from Component )

Top

Explicit Interface Implementations

  Name Description
Microsoft.AnalysisServices.IDeserializationStartCallback.OnDeserializationBegin  (inherited from MajorObject )
Microsoft.AnalysisServices.IMajorObject.CreateBody  
Microsoft.AnalysisServices.IMajorObject.DependsOn  
Microsoft.AnalysisServices.IMajorObject.WriteRef  
System.ICloneable.Clone  
System.IFormattable.ToString  (inherited from NamedComponent )
System.Runtime.Serialization.IDeserializationCallback.OnDeserialization  (inherited from MajorObject )
Microsoft.AnalysisServices.Hosting.IHostableComponent.Host  (inherited from ModelComponent )
Microsoft.AnalysisServices.IMajorObject.BaseType  
Microsoft.AnalysisServices.IMajorObject.ObjectReference  
Microsoft.AnalysisServices.IMajorObject.ParentDatabase  
Microsoft.AnalysisServices.IMajorObject.ParentServer  
Microsoft.AnalysisServices.IMajorObject.Path  
Microsoft.AnalysisServices.IModelComponent.FriendlyPath  (inherited from ModelComponent )
Microsoft.AnalysisServices.IModelComponent.OwningCollection  (inherited from ModelComponent )
Microsoft.AnalysisServices.IProcessable.LastProcessed  (inherited from ProcessableMajorObject )
Microsoft.AnalysisServices.IProcessable.State  (inherited from ProcessableMajorObject )

Top