MiningContentNode Class

Represents the learned content of a MiningModel in a hierarchical node format.

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

Syntax

'Declaration
Public NotInheritable Class MiningContentNode _
    Implements IMetadataObject
'Usage
Dim instance As MiningContentNode
public sealed class MiningContentNode : IMetadataObject
public ref class MiningContentNode sealed : IMetadataObject
[<SealedAttribute>]
type MiningContentNode =  
    class
        interface IMetadataObject
    end
public final class MiningContentNode implements IMetadataObject

Remarks

This object requires processing to be available.

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.AdomdClient.MiningContentNode

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.