Propriété MiningModelColumn.Description
Gets the user-description of the column.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Description As String
Get
'Utilisation
Dim instance As MiningModelColumn
Dim value As String
value = instance.Description
public string Description { get; }
public:
virtual property String^ Description {
String^ get () sealed;
}
abstract Description : string
override Description : string
final function get Description () : String
Valeur de propriété
Type : System.String
The user-description of the column.