Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Represents a column in a mining model.
Gerarchia di ereditarietà
System.Object
Microsoft.AnalysisServices.AdomdClient.MiningModelColumn
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class MiningModelColumn
'Utilizzo
Dim instance As MiningModelColumn
public sealed class MiningModelColumn
public ref class MiningModelColumn sealed
[<SealedAttribute>]
type MiningModelColumn = class end
public final class MiningModelColumn
Nel tipo MiningModelColumn sono esposti i membri seguenti.
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
Columns | Gets a collection containing the nested MiningModelColumn objects. |
![]() |
ContainingColumn | Gets the name of the table column containing this column. |
![]() |
Content | Gets the content type of the column. |
![]() |
Description | Gets the user-defined description of the column. |
![]() |
Distribution | Gets the MiningColumnDistribution for this column. |
![]() |
Filter | Gets the filter expression that is associated with a nested table column in a mining model. |
![]() |
Flags | Gets the modeling flag for the column. |
![]() |
FullyQualifiedName | Gets the fully qualified name of the column. |
![]() |
IsInput | Gets a value that indicates whether the column is an input column. |
![]() |
IsPredictable | Gets a value that indicates whether the column is predictable. |
![]() |
IsProcessed | Gets a value that indicates whether the MiningModelColumn is processed. |
![]() |
IsRelatedToKey | Gets a value that indicates whether the MiningModelColumn is related to the key. |
![]() |
IsTable | Gets a value that indicates whether the column is a table datatype. |
![]() |
LastProcessed | Gets the date and time the mining model column was last processed. |
![]() |
LastUpdated | Gets the date and time the mining model column was last updated. |
![]() |
Name | Gets the name of the column. |
![]() |
Parent | Gets the parent MiningModel. |
![]() |
ParentMiningModel | Gets the MiningModel to which this column belongs. |
![]() |
PredictionScore | Gets the prediction score for the MiningModelColumn. |
![]() |
Properties | Gets a PropertyCollection containing the properties for the column. |
![]() |
RelatedAttribute | Gets the name of the related column for the MiningModelColumn. |
![]() |
StructureColumn | Gets the name of the structure column for the MiningModelColumn. |
![]() |
Type | Gets the MiningColumnType of the column. |
![]() |
UniqueName | Gets the unique name for the column. |
![]() |
Values | Gets a MiningValueCollection containing the possible values associated with the column. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Equals | Determines whether two instances of MiningModelColumn are equal. Esegue l'override di Object.Equals(Object). |
![]() |
GetHashCode | Serves as a hash function for a particular type, for use in hashing algorithms and data structures such as hash tables. Esegue l'override di Object.GetHashCode(). |
![]() |
GetType | Ereditato da Object. |
![]() |
ToString | Returns the name of the MiningModelColumn in its string representation. Esegue l'override di Object.ToString(). |
In alto
Operatori
| Nome | Descrizione | |
|---|---|---|
![]() ![]() |
Equality | Determines whether two instances of MiningModelColumn are equal. |
![]() ![]() |
Inequality | Determines whether two instances of MiningModelColumn are unequal. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
.gif)
.gif)
.gif)
.gif)