Partager via


Propriété MiningAttribute.ShortName

Gets a shortened name of the attribute.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ShortName As String 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

MiningAttribute Classe

Espace de noms Microsoft.AnalysisServices.AdomdClient