MiningModelColumn Class
Represents a column in a mining model.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public NotInheritable Class MiningModelColumn _
Implements IDisposable, IMetadataObject
'Usage
Dim instance As MiningModelColumn
public sealed class MiningModelColumn : IDisposable,
IMetadataObject
public ref class MiningModelColumn sealed : IDisposable,
IMetadataObject
[<SealedAttribute>]
type MiningModelColumn =
class
interface IDisposable
interface IMetadataObject
end
public final class MiningModelColumn implements IDisposable, IMetadataObject
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.AdomdServer.MiningModelColumn
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.