MiningAttribute.ShortName 属性

Gets a shortened name of the attribute.

命名空间:  Microsoft.AnalysisServices.AdomdClient
程序集:  Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)

语法

声明
Public ReadOnly Property ShortName As String 
    Get
用法
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

属性值

类型:System.String
A String containing the shortened name of the attribute.

请参阅

参考

MiningAttribute 类

Microsoft.AnalysisServices.AdomdClient 命名空间