Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the mining attributes associated with this mining model.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.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
Property Value
Type: Microsoft.AnalysisServices.AdomdClient.MiningAttributeCollection
A collection of attributes associated with this mining model.