Propriété MiningDistribution.Attribute
Obtient un objet MiningAttribute qui s'applique au MiningDistribution.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Attribute As MiningAttribute
Get
'Utilisation
Dim instance As MiningDistribution
Dim value As MiningAttribute
value = instance.Attribute
public MiningAttribute Attribute { get; }
public:
property MiningAttribute^ Attribute {
MiningAttribute^ get ();
}
member Attribute : MiningAttribute
function get Attribute () : MiningAttribute
Valeur de propriété
Type : Microsoft.AnalysisServices.AdomdServer.MiningAttribute
Objet MiningAttribute qui s'applique au MiningDistribution.
Notes
Cette valeur est spécifique à l'algorithme, et est inférée à partir du nom de distribution d'exploration de données. Si les informations sont insuffisantes pour remplir le MiningAttribute, alors Name sera la seule propriété remplie.