MiningService.AllowsPMMLInitialization Property

 

Gets a value that indicates whether the mining service allows the creation of a data mining model (including the structure and the content) based on an XML document.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public bool AllowsPMMLInitialization { get; }
public:
property bool AllowsPMMLInitialization {
    bool get();
}
member AllowsPMMLInitialization : bool with get
Public ReadOnly Property AllowsPMMLInitialization As Boolean

Property Value

Type: System.Boolean

true if the mining service allows the creation of a data mining model (including the structure and the content) based on an XML document; otherwise, false.

See Also

MiningService Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top