Clase MiningAttribute
Represents a mining attribute on a MiningContentNode object and MiningDistribution object.
Jerarquía de herencia
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..MiningAttribute
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
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
El tipo MiningAttribute expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
{dtor} | Releases all resources used by the MiningAttribute. | |
Dispose | Releases all resources used by the MiningAttribute. | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.