Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the mining attributes associated with this mining model.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property Attributes As MiningAttributeCollection
Get
'Usage
Dim instance As MiningModel
Dim value As MiningAttributeCollection
value = instance.Attributes
public MiningAttributeCollection Attributes { get; }
public:
property MiningAttributeCollection^ Attributes {
MiningAttributeCollection^ get ();
}
member Attributes : MiningAttributeCollection
function get Attributes () : MiningAttributeCollection
Eigenschaftswert
Typ: Microsoft.AnalysisServices.AdomdServer.MiningAttributeCollection
A MiningAttributeCollection that contains the attributes associated with this mining model.