MiningContentNode Class
Represents the learned content of a MiningModel in a hierarchical node format.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public NotInheritable Class MiningContentNode _
Implements IDisposable, IMetadataObject
'Usage
Dim instance As MiningContentNode
public sealed class MiningContentNode : IDisposable,
IMetadataObject
public ref class MiningContentNode sealed : IDisposable,
IMetadataObject
[<SealedAttribute>]
type MiningContentNode =
class
interface IDisposable
interface IMetadataObject
end
public final class MiningContentNode implements IDisposable, IMetadataObject
Remarks
This object requires processing to be available.
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.AdomdServer.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.