Proprietà Attribute
Gets a MiningAttribute object that applies to the MiningContentNode.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Attribute As MiningAttribute
Get
'Utilizzo
Dim instance As MiningContentNode
Dim value As MiningAttribute
value = instance.Attribute
public MiningAttribute Attribute { get; }
public:
property MiningAttribute^ Attribute {
MiningAttribute^ get ();
}
member Attribute : MiningAttribute
function get Attribute () : MiningAttribute
Valore proprietà
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .MiningAttribute
A MiningAttribute object that applies to the MiningContentNode.
Osservazioni
This value is algorithm specific.
Vedere anche