Compartilhar via


Propriedade do RDL MiningAttribute.AttributeID

Returns the identifier of the attribute.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)

Sintaxe

'Declaração
Public ReadOnly Property AttributeID As Integer 
    Get
'Uso
Dim instance As MiningAttribute 
Dim value As Integer 

value = instance.AttributeID
public int AttributeID { get; }
public:
property int AttributeID {
    int get ();
}
member AttributeID : int
function get AttributeID () : int

Valor da propriedade

Tipo: System.Int32
Returns an integer identifying the attribute.

Consulte também

Referência

MiningAttribute Classe

Namespace Microsoft.AnalysisServices.AdomdClient