Classe MiningAttribute
Represents a mining attribute on a MiningContentNode object and MiningDistribution object.
Hierarquia de herança
System.Object
Microsoft.AnalysisServices.AdomdServer.MiningAttribute
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (em msmgdsrv.dll)
Sintaxe
'Declaração
Public NotInheritable Class MiningAttribute _
Implements IDisposable, IMetadataObject
'Uso
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
O tipo MiningAttribute expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
AttributeID | Returns the identifier of the attribute. | |
FeatureSelection | Determines if the mining attribute is feature-selected. | |
IsInput | Determines if this 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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
{dtor} | Releases all resources used by the MiningAttribute. | |
Dispose | Releases all resources used by the MiningAttribute. | |
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.