Свойство ShortCaption
Gets a shortened caption for the MiningContentNode.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (в msmgdsrv.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.
См. также