Compartilhar via


Propriedade do RDL MiningAttribute.ShortName

Gets a shortened name of the attribute.

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

Sintaxe

'Declaração
Public ReadOnly Property ShortName As String 
    Get
'Uso
Dim instance As MiningAttribute 
Dim value As String 

value = instance.ShortName
public string ShortName { get; }
public:
property String^ ShortName {
    String^ get ();
}
member ShortName : string
function get ShortName () : String

Valor da propriedade

Tipo: System.String
A String containing the shortened name of the attribute.

Consulte também

Referência

MiningAttribute Classe

Namespace Microsoft.AnalysisServices.AdomdClient