Compartilhar via


Classe MiningStructure

Represents a mining structure on the server.

Hierarquia de herança

System. . :: . .Object
  Microsoft.AnalysisServices.AdomdClient..::..MiningStructure

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public NotInheritable Class MiningStructure
'Uso
Dim instance As MiningStructure
public sealed class MiningStructure
public ref class MiningStructure sealed
[<SealedAttribute>]
type MiningStructure =  class end
public final class MiningStructure

O tipo MiningStructure expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Caption Gets the caption of the mining structure.
Propriedade pública Columns Gets the columns within the mining structure.
Propriedade pública Created Gets the date and time the mining structure was created.
Propriedade pública Description Gets the description of the mining structure.
Propriedade pública HoldoutActualSize Returns the size of the holdout partition that is associated with a MiningStructure. This value is read-only and is not available until the MiningStructure has been processed.
Propriedade pública HoldoutMaxCases Returns the value specified maximum number of cases in the testing data partition of the MiningStructure.
Propriedade pública HoldoutMaxPercent Returns the maximum percentage of cases from the source data of the MiningStructure that can be used for testing.
Propriedade pública HoldoutSeed Returns the seed used to initialize partitioning of the MiningStructure into training and testing data sets[.]
Propriedade pública IsProcessed Determines whether the model is populated.
Propriedade pública LastProcessed Gets the date and time the mining structure was last processed.
Propriedade pública LastUpdated Gets the date and time the mining structure was last updated.
Propriedade pública MiningModels Gets an instance of a MiningModelCollection that represents the collection of mining models contained by a mining structure.
Propriedade pública Name Gets the name of the mining structure.
Propriedade pública ParentConnection Gets the AdomdConnection from which the mining structure was populated.
Propriedade pública Properties Gets the properties of the mining structure.

Início

Métodos

  Nome Descrição
Método público Equals Determines whether two instances of MiningStructure are equal. (Substitui Object. . :: . .Equals(Object).)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. (Substitui Object. . :: . .GetHashCode() () () ().)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString Gets the name of the mining structure. (Substitui Object. . :: . .ToString() () () ().)

Início

Operadores

  Nome Descrição
Operador públicoMembro estático Equality Determines whether two instances of MiningStructure are equal.
Operador públicoMembro estático Inequality Determines whether two instances of MiningStructure are unequal.

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.