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