共用方式為


MiningContentNode.ShortCaption 屬性

Gets a shortened caption for the MiningContentNode.

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public ReadOnly Property ShortCaption As String 
    Get
'用途
Dim instance As MiningContentNode 
Dim value As String 

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

屬性值

型別:System.String
A String containing the shortened caption.

備註

This value is algorithm specific.

請參閱

參考

MiningContentNode 類別

Microsoft.AnalysisServices.AdomdClient 命名空間