Clase MiningStructure
Represents a mining structure on the server. This class cannot be inherited.
Jerarquía de herencia
System. . :: . .Object
Microsoft.AnalysisServices.AdomdServer..::..MiningStructure
Espacio de nombres: Microsoft.AnalysisServices.AdomdServer
Ensamblado: msmgdsrv (en msmgdsrv.dll)
Sintaxis
'Declaración
Public NotInheritable Class MiningStructure _
Implements IDisposable, IMetadataObject
'Uso
Dim instance As MiningStructure
public sealed class MiningStructure : IDisposable,
IMetadataObject
public ref class MiningStructure sealed : IDisposable,
IMetadataObject
[<SealedAttribute>]
type MiningStructure =
class
interface IDisposable
interface IMetadataObject
end
public final class MiningStructure implements IDisposable, IMetadataObject
El tipo MiningStructure expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Caption | Gets the caption of the mining structure. | |
Columns | Gets the columns within the mining structure. | |
Created | Gets the date and time the mining structure was created. | |
Description | Gets the description of the mining structure. | |
HoldoutActualSize | ||
HoldoutMaxCases | ||
HoldoutMaxPercent | ||
HoldoutSeed | ||
IsProcessed | Gets a value that indicates whether the mining structure is processed. | |
LastProcessed | Gets the date and time the mining structure was last processed. | |
LastUpdated | Gets the date and time the mining structure was last updated. | |
MiningModels | Gets the mining models in the mining structure. | |
Name | Gets the name of the mining structure. | |
Properties | Gets the properties of the mining structure. | |
UniqueName | Returns the unique name that is associated with the mining structure. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
{dtor} | Releases all resources used by the MiningStructure. | |
Dispose | Releases all resources used by the MiningStructure. | |
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.