Skip to content

Latest commit

 

History

History
83 lines (71 loc) · 3.94 KB

File metadata and controls

83 lines (71 loc) · 3.94 KB
title MiningModel Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
MiningModel Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
MiningModel
helpviewer_keywords
MiningModel element
ms.assetid a61d935f-c8f6-457d-ad0c-44f58bb286f5
caps.latest.revision 38
author Minewiskan
ms.author owend
manager erikre

MiningModel Element (ASSL)

Defines a single data mining model.

Syntax

  
<MiningModels>  
      <MiningModel>  
      <Name>...</Name>  
            <ID>...</ID>  
      <Description>...</<Descrip  
            <Algorithm>...</Algorithm>  
      <CreatedTimestamp>...</CreatedTimestamp>  
      <LastSchemaUpdate>...</LastSchemaUpdate>  
      <LastProcessed>...</LastProcessed>  
      <AlgorithmParameters>...</AlgorithmParameters>  
      <AllowDrillThrough>...</AllowDrillThrough>  
      <Translations>...</Translations>  
      <Columns>...</Columns>  
      <State>...</State>  
      <MiningModelPermissions>...</MiningModelPermissions>  
      <Language>...</Language>  
            <Collation>...</Collation>  
            <Annotations>...</Annotations>  
            <ddl100_100:FoldingParameters>   </FoldingParameters>  
   </MiningModel>  
</MiningModels>  

Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-n: Optional element that can occur more than once.

Element Relationships

Relationship Element
Parent elements MiningModels
Child elements Algorithm, AlgorithmParameters, AllowDrillThrough, Annotations, Collation, Columns, CreatedTimestamp, Description, ID, Language, LastProcessed, LastSchemaUpdate, MiningModelPermissions, Name, State, Translations,

FoldingParameters

Remarks

The FoldingParameters element of the mining model is for internal use by the server, and is not supported for use in DDL statements.

The corresponding element in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.MiningModel.

See Also

Objects (ASSL)