Proprietà ShortCaption
Gets a shortened caption for the MiningContentNode.
Spazio dei nomi Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ShortCaption As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A String containing the shortened caption.
Osservazioni
This value is algorithm specific.
Vedere anche