MiningAttribute.AttributeID Property

Returns the identifier of the attribute.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property AttributeID As Integer 
    Get
'Usage
Dim instance As MiningAttribute 
Dim value As Integer 

value = instance.AttributeID
public int AttributeID { get; }
public:
virtual property int AttributeID {
    int get () sealed;
}
abstract AttributeID : int 
override AttributeID : int
final function get AttributeID () : int

Property Value

Type: Int32
An integer identifying the attribute.

See Also

Reference

MiningAttribute Class

Microsoft.AnalysisServices.AdomdServer Namespace