MiningAttribute Class
Represents a mining attribute on a MiningContentNode object and MiningDistribution object.
Inheritance Hierarchy
Object
Microsoft.AnalysisServices.AdomdServer.MiningAttribute
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
The MiningAttribute type exposes the following members.
Properties
Name | Description | |
---|---|---|
AttributeID | Returns the identifier of the attribute. | |
FeatureSelection | Determines if the mining attribute is feature-selected. | |
IsInput | Determines whether the attribute is an input attribute. | |
IsPredictable | Determines if this attribute is predictable. | |
KeyColumn | Gets the key column for the attribute. | |
Name | Gets the fully qualified name of the attribute. | |
ShortName | Gets a shortened name of the attribute. | |
UniqueName | Gets the unique name of the mining attribute, | |
ValueColumn | Gets the MiningModelColumn that represents the value column for the attribute. |
Top
Methods
Name | Description | |
---|---|---|
{dtor} | Releases all resources used by the MiningAttribute. | |
Dispose | Releases all resources used by the MiningAttribute. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
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.